Hi Kashyap, > Anyway, I could not find the java sources - I could only find the compiled > jar file. Are the java sources available?
They are in fact included in the PicoLisp distro, however not as *.java files, but as ersatz/sys.src ersatz/fun.src The script mkJar takes them, builds a single PicoLisp.java file, and compiles that with javac. The mkJar script is written in PicoLisp, so this is a chicken-egg problem. But you can use Ersatz to (re)build itself. ☺/ A!ex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
