Category:PicoLisp: Difference between revisions

Content added Content deleted
m (We have a JVM page, remove extra line breaks)
m (Invocation note)
Line 15: Line 15:
To try the RosettaCode tasks, download [http://software-lab.de/picoLisp.tgz picoLisp.tgz], unpack it, and follow the instructions in README and INSTALL. Unless stated otherwise, the examples assume that the interpreter was started with <lang bash>$ ./dbg
To try the RosettaCode tasks, download [http://software-lab.de/picoLisp.tgz picoLisp.tgz], unpack it, and follow the instructions in README and INSTALL. Unless stated otherwise, the examples assume that the interpreter was started with <lang bash>$ ./dbg
: </lang>
: </lang>
(i.e. in "debug mode", as recommended in the documentation).
(i.e. in "debug mode", as recommended in the documentation. Note: Do not call just the 'picolisp' binary, this is only the bare kernel of PicoLisp)


==See Also==
==See Also==