1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/lang/screamer/pkg-descr
Edwin Groothuis 34ac9b52a6 New Port: ports/lang/screamer
Screamer is an extension of Common Lisp that adds support
	for nondeterministic programming.

PR:		ports/39895
Submitted by:	Scott Flatman <sf@dsinw.com>
2003-01-19 13:12:02 +00:00

17 lines
637 B
Plaintext

Screamer is an extension of Common Lisp that adds support for
nondeterministic programming. Screamer consists of two levels. The
basic nondeterministic level adds support for backtracking and
undoable side effects. On top of this nondeterministic substrate,
Screamer provides a comprehensive constraint programming language in
which one can formulate and solve mixed systems of numeric and
symbolic constraints.
WWW: http://www.cis.upenn.edu/~screamer-tools/
Built to run with CMU Common Lisp.
Installed in CMUCL's subsystem directory.
/usr/local/share/screamer contains lisp source and documentation.
- Scott Flatman <sf@dsinw.com>