I took some time off to work on a different project (now complete), so
I'm back to active work on Retro again.
Some highlights from the last month:
VM:
- docl provided a new font [based on Terminus] for the SDL-based
implementation
- javascript port has *optional* support for saving the image (under
firefox and safari)
- yiyus (JGL) has begun writing an implementation in the Go language:
http://www.anarchyinthetubes.com/hg/go/ngaro/
Image:
- "macro:" was dropped; replaced by "immediate"
- Added "compile-only" and ".compiler" class
- Stripped out some debugging code from my work on the metacompiler
- Decompiler now shows both values and symbolic names
- Added "later" to core.retro
- Various internal cleanups
- Quotes were dropped
- Bugfix to decompiler (it was occasionally leaving values on the
stack)
-- crc