On Mon, Oct 19, 2015 at 11:05 PM, Ryan Macnak <rmacnak@gmail.com> wrote:
 
On Mon, Oct 19, 2015 at 7:10 AM, Eliot Miranda <eliot.miranda@gmail.com> wrote:
- a port of the Interpreter/Context VM to Spur

What does the Context Interpreter do that the Stack Interpreter doesn't? I thought 64-bit support was the last gap.

It is conceptually simpler.  It supports experiments more easily than the StackInterpreter.  It reflects the language specification in the blue book and the image-level meta-circular interpreter much more closely.

_,,,^..^,,,_
best, Eliot