On Sat, Oct 08, 2011 at 02:47:19PM +0200, Alexander Burger wrote: > The Java-version (ErsatzLisp, "ersatz/pil") is special. It doesn't > support the '*OS' global, and should run on any system where a 1.6 Java
Now I've changed ErsatzLisp to support '*OS' too, by adding the following line to "ersatz/lib.l": (setq *OS (java (java "java.lang.System" "getProperty" "os.name"))) Cheers, - Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe