Re: Announce: ErsatzLisp (Java PicoLisp)

2010-11-17 Thread Jon Kleiser
Hi Alex, In your description below I can see no way to - set a value of a public field of an object, or - set a value of a public field of a class Is this something that you may add later? /Jon On 04-11-10 19:53 , Alexander Burger wrote: Hi all, here is an update. Besides the basic I/O

Re: Announce: ErsatzLisp (Java PicoLisp)

2010-11-17 Thread Alexander Burger
Hi Jon, In your description below I can see no way to - set a value of a public field of an object, or - set a value of a public field of a class You are right. Is this something that you may add later? Hmm, I would actually prefer not to add it. For one thing, the political correct way in

Re: Announce: ErsatzLisp (Java PicoLisp)

2010-11-17 Thread Alexander Burger
Hi all, now I simplified the file structure of Ersatz PicoLisp a little, to make it better usable as a stand-alone system. The start-up script 'erl' (as it was described in ersatz/README and INSTALL) doesn't exist any longer, and it now can (or should) be started directly as $

Re: Announce: ErsatzLisp (Java PicoLisp)

2010-11-17 Thread Alexander Burger
On Wed, Nov 17, 2010 at 06:54:52PM +0100, Alexander Burger wrote: Anyone care to try it under another OS, e.g. Windoofs? This would probably require making a batch file ersatz/picolisp.bat, along the line of ersatz/picolisp. The PID is probably not available there, so some arbitrary number

Re: Announce: ErsatzLisp (Java PicoLisp)

2010-11-17 Thread Alexander Burger
On Wed, Nov 17, 2010 at 07:58:20PM +0100, Alexander Burger wrote: java -DPID=42 -jar picolisp.jar -on *Dbg lib.l Further simplified now: The (on *Dbg) moved to lib.l. Thus java -DPID=42 -jar picolisp.jar lib.l is enough now. Cheers, - Alex -- UNSUBSCRIBE:

Re: Announce: ErsatzLisp (Java PicoLisp)

2010-11-17 Thread Mansur Mamkin
I've just tried it on my Windows 7 (64bit) with JRE 1.6.0_22 (32bit) It works fine, the only thing is java is not in my PATH, so I needed to write full path to java.exe :) C:\Program Files (x86)\Java\jre6\bin\java.exe -DPID=42 -jar picolisp.jar lib.l On Wed, Nov 17, 2010 at 07:58:20PM +0100,