Category:PicoLisp: Difference between revisions

Start with 'pil' instead of 'dbg'
m (Invocation note)
(Start with 'pil' instead of 'dbg')
Line 13:
Other features include a [[Prolog]] engine for logic programming and database queries, distributed databases, inlining of [[C]]/asm functions and native C/asm function calls, child process management, interprocess communication, Browser GUI, Internationalization and localization.
 
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 the command <lang bash>$ ./dbgpil +
: </lang>
(i.e. inwith a '+' for "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==
Anonymous user