-
((block (define [fun _ _]
(infer :procedure (gen [x] (gen [y] (+ x y)))
:inputs [3]
:output-trace? true))
fun)
4)
…
-
### Problem
- The parser that is generated using `jison` uses grammar that works for the previous implementation for Source
- The rules would have to be changed
- [ ] `var` must be changed to `co…
-
Hi, (especially to @erights),
I'm interested in implementing Jessie-in-Jessie, which would be a metacircular interpreter/compiler along the lines of Ian Piumarta's [Maru](http://piumarta.com/softwa…
-
The below ref is gone:
1. [Meta-Circular Adventures in Functional Abstraction –Challenging Clojure in Common Lisp] (http://chriskohlhepp.wordpress.com/metacircular-adventures-in-functional-abstract…
-
VKM expressed a desire to have the trace as the only compound data structure, i.e. to implement everything else (lists, addresses, etc) as traces.
In python-metaprob, this is the case for lists and…
-
Please see https://plforums.org/practice/an-algoloid-that-uses-macros-to-define-itself#post_69
Feel free to close this issue at any time.
raiph updated
6 years ago
-
That's awesome that preconfigured Linux virtual machines are available. Is there any interest in supporting Docker? I could put together a Dockerfile, get the image into Docker Hub, and provide some…
-
We should add a `.evaluate(environment :Map[Str, Any]) :Any` method to all expression nodes on the AST. This is a simple and straightforward metacircular interpreter.
-
The goal here is to allow [`wptrunner`](https://github.com/w3c/wptrunner) to automatically run (some) tests that would ordinarily require user interaction, through the [WebDriver protocol](https://w3c…
-
See this gist: https://gist.github.com/865250
When running a regular node script via `node script.js`, other modules can extend the global prototype's of the built-in JavaScript classes (`Object`, `S…