| Port details |
- picolisp Minimal Lisp interpreter with a focus on simplicity
- 26.3 lang
=0 25.12Version of this port present on the latest quarterly branch. - Maintainer: gahr@FreeBSD.org
 - Port Added: 2024-03-06 10:57:04
- Last Update: 2026-04-14 06:52:11
- Commit Hash: 8b43683
- License: MIT
- WWW:
- https://picolisp.com
- Description:
- PicoLisp is quite different from other Lisps. The main reason is its focus on
data. PicoLisp has one single internal data type: The "cell". On the language
level it has only three data types: Numbers, symbols and cons pairs. They are
all built from cells. What may sound like a restriction is actually a big
advantage. The simple internal structure results in high start-up and execution
speeds. Cells can be manipulated freely in any conceivable way, giving full
control to the programmer.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/picolisp/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/picolisp
- pkg install picolisp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: picolisp
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1776077178
SHA256 (picoLisp-26.3.tgz) = 5e8e1d8ff08221c5229fdabe031a4fec161608521bcb377bb493e3fd8e073bca
SIZE (picoLisp-26.3.tgz) = 1338572
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libffi.so : devel/libffi
- libLLVM-19.so : devel/llvm19
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_picolisp
- USES:
- gmake llvm:lib pkgconfig readline ssl tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|