Port details |
- picolisp Minimal Lisp interpreter with a focus on simplicity
- 24.6 lang =2 24.3Version of this port present on the latest quarterly branch.
- Maintainer: gahr@FreeBSD.org
- Port Added: 2024-03-06 10:57:04
- Last Update: 2024-09-17 06:57:07
- Commit Hash: 08d62f2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1725955998
SHA256 (picoLisp-24.6.tgz) = 912245a1a47714c6bf7e456f119272c0dd1faf263b55cec1cc23da3b5b0a0222
SIZE (picoLisp-24.6.tgz) = 1090284
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-17.so : devel/llvm17
- 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:17,lib pkgconfig readline ssl tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|