-
Do we want to be able to write a little metacircular evaluator for Lurk? I think it would be a nice stress test, but it might require adding a few more primitives (perhaps number?, symbol? and others)…
namin updated
3 years ago
-
It has been proposed long ago that "everything the API can do should also be possible in the Mu IR".
This issue maintains a checklist of features not in the Mu IR. These functions should be gradually…
-
implementing your own Lisp opens the door to many interesting aspects of programming:
- parsing
- compiling
- denotational semantics
- metacircular evaluation
- programming language fundamentals
... …
-
We'll go through how John Tromp's Binary Lambda Calculus works and examine the metacircular interpreter in detail.
-
I figured there'd be a bit of a metacircular XKCD
-
Hi, you wrote an issue on my project on gitlab (Metacircular JVM in pure Java https://gitlab.com/neoexpert/jvm ). I wisch you success in your project too :-)
maybe we can cooperate. Maybe your JVM co…
-
To keep track of them I would need to adjust the custom automatic differentiation system to propagate gradients from evaluation to constant nodes, read and them off the constant nodes when computing t…
-
[Readme](https://teachyourselfcs.com/#programming)
Most undergraduate CS programs start with an “introduction” to computer programming. The best versions of these courses cater not just to novices, b…
-
Building a whole library from scratch in each file is getting old. Import and include will be nice --- though they probably come after the damn parser is working.
diiq updated
13 years ago
-
I'd be willing to give this talk on a Scheme DSL for pure logic programming.
William Byrd has two videos covering a long talk he gave about miniKanren [here](https://www.youtube.com/watch?v=zHov3fKYq…