PicoLisp

PicoLisp is a programming language, a dialect of the language Lisp. It runs on operating systems including Linux and others that are Portable Operating System Interface (POSIX) compliant. Its most prominent features are simplicity and minimalism. It is built on one internal data type: a cell. On the language level, a programmer can use three different data types (numbers, symbols, and lists) being represented by cells and differentiated by bits at the end of the cell. It is free and open-source software released under an MIT License (X11).

PicoLisp
ParadigmsFunctional, procedural, object-oriented, declarative, reflective, meta
FamilyLisp
Designed byAlexander Burger
First appeared1988 (1988)
Stable release
23.12 / 25 December 2023 (2023-12-25)
Typing disciplineduck, dynamic, strong
Implementation languageLLVM, PicoLisp
OSPOSIX
LicenseMIT
Filename extensions.l
Websitepicolisp.com
Dialects
Ersatz PicoLisp, miniPicoLisp
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.