slackbuilds_ponce/development/chicken/README
Patrick Pippen bbe98cc76a development/chicken: Added (a practical and portable scheme system)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-02-02 22:47:38 -06:00

5 lines
317 B
Text

chicken is a compiler that translates Scheme source files into C,
which in turn can be fed to a C compiler to generate a standalone
executable. An interpreter is also available and can be used as a
scripting environment or for test programs before compilation.
Scheme is a member of the Lisp family of languages.