From: Ken A. <kan...@bb...> - 2003-03-03 14:26:21
|
At 08:42 PM 3/1/2003, Geoffrey Knauth wrote: >Wow, Ken, I'm amazed at how small Active.java is. --Geoffrey Well, remember each method invokes JScheme code, though there isn't much required: 271 describe.scm 74 GCMonitor.scm 72 inspect.scm While describe.scm is the largest, reflective code is much easier to write in Jscheme than in Java. Interact is about 200 lines of Java. Tim has written some interactors in JScheme, for example jlib/demo/ShemeEval.scm |