Implementation of Lisp/Scheme-like cons in Python
The cons package attempts to emulate the semantics of Lisp/Scheme's cons as closely as possible while incorporating all the built-in Python sequence types. In computer programming, cons is a fundamental function in most dialects of the Lisp programming language. cons constructs memory objects which hold two values or pointers to two values.
$
pkg install py311-consOrigin
devel/py-cons
Size
55.9KiB
License
GPLv3
Maintainer
yuri@FreeBSD.org
Dependencies
2 packages
Required by
3 packages