-
Hello! Thanks for your work, I'm using this as a guide for some work I'm doing, with some changes to accomodate some quirks of my language that don't fit lambda calculus precisely, for instance, funct…
-
I'm running v82.0.7568.29227 (v82pre11).
When importing from a JabRef bibtex file I get a warning dialog saying `The file you selected had xx entries, but xx of them ... the file could not be found…
-
Hi, I want to convert another sql dataset to the lambda format like the geoqueries in your github data directory. Did you use any tools to parse to the lambda calculus?
-
I think reactivex.io site deserves the @headinthebox treatment with a few sections walking through the theory and computer science of Reactive Extensions. What do you think @headinthebox ?
Thoughts o…
-
> 这是来百度后的新人技术分享,这是个大体的提纲,分析的比较简单,因为我觉得自己对FP也存在一知半解。
### 什么是函数式编程(What?)
函数式编程中的函数这个术语不是指计算机中的函数(实际上是子程序),而是指数学中的函数,即自变量的映射。也就是说一个函数的值仅决定于函数参数的值,不依赖其他状态。比如sqrt(x)函数计算x的平方根,只要x不变,不论什么时候调用,调用几次,值都是不变的。
…
-
I'm interested in redoing the debugging language to compile down into lambda calculus for easier type checking and evaluation. Additionally/alternatively maybe I'll make a datalog implementation in R…
-
I've been reading through [FEATURES.md](https://github.com/HigherOrderCO/bend/blob/main/FEATURES.md#some-caveats-and-limitations) but at the section of "Some caveats and limitations", an example with …
-
[I've been working on implementing the basics of lambda calculus in Snap](https://snap.berkeley.edu/snapsource/snap.html#present:Username=srnb&ProjectName=lambda2), and a problem I have just run into …
s5bug updated
5 years ago
-
表达式是任何一门编程语言的基本构件,甚至可以说是最最重要的构件,毕竟 lambda calculus 可以推演一切呢。
-
最开始是微博上有人指点说 Scheme 是为了 Actor 发明出来的
> 另外 Scheme 应该是为了研究 Actor 并发模型而发明出来的,不是为了研究面向对象。
> 详见 [Scheme An interpreter for extended lambda calculus - Sussman, Steele - 1975](http://en.wikisource.org/wiki/S…
tiye updated
10 years ago