Last updated November 16, 2010 20:12, by jrose
Experiments with JSR 292 and Java Wiki
Ninja
As an exercise in architecture and optimization, let's see if the various operators and control constructs of Java can be re-interpreted in terms of a metaobject protocol (MOP) such as Attila Szegedi's Dynalang project.
- The Dynalang Project and Attila's presentation at the JVM Language Summit
- Older notes on re-interpreting Java dynamically.
By the way, after you cut a MOP into it, Ninja Is Not Java Anymore.
Indify
A handy tool for working with JSR 292 bytecodes via Java source code.
SIOC = Scheme In One Class
A tiny, incomplete Scheme implementation, for testing usability of the JSR 292 APIs.





