| Port details |
- picolisp Minimal Lisp interpreter with a focus on simplicity
- 26.6 lang
=0 26.3Version of this port present on the latest quarterly branch. - Maintainer: gahr@FreeBSD.org
 - Port Added: 2024-03-06 10:57:04
- Last Update: 2026-08-25 14:02:10
- Commit Hash: 9626179
- 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 = 1787649830
SHA256 (picoLisp-26.6.tgz) = 2642d28908fa7a69d8bf49519396df85f922781d1c41d8eaceca77bb457ab712
SIZE (picoLisp-26.6.tgz) = 1345657
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:
|