Category:PicoLisp: Difference between revisions

Content added Content deleted
(Todo)
m (Fix download link)
Line 18: Line 18:
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.
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>$ pil +
To try the RosettaCode tasks, download [https://software-lab.de/pil21.tgz pil21.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>$ pil +
: </lang>
: </lang>
(i.e. with a '+' for "debug mode", as recommended in the documentation.
(i.e. with a '+' for "debug mode", as recommended in the documentation.