Category:PicoLisp: Difference between revisions

Content added Content deleted
m (Mark as a Lisp dialect)
(Added JVM)
Line 6: Line 6:


'''PicoLisp''' is a small and fast interpreted [[Lisp]] dialect. It runs on
'''PicoLisp''' is a small and fast interpreted [[Lisp]] dialect. It runs on
[[Linux]] and other [[POSIX]]-compliant systems.
[[Linux]] and other [[POSIX]]-compliant systems, and - in a reduced version
- on JVM.


Its most prominent feature is "simplicity". It is built on top of a single
Its most prominent feature is "simplicity". It is built on top of a single
Line 19: Line 20:


Other features include a [[Prolog]] engine for logic programming and database
Other features include a [[Prolog]] engine for logic programming and database
queries, distributed databases, inlining of [[C]] functions and native C
queries, distributed databases, inlining of [[C]]/asm functions and native C/asm
function calls, child process management, interprocess communication, Browser
function calls, child process management, interprocess communication, Browser
GUI, Internationalization and localization.
GUI, Internationalization and localization.