slackbuilds_ponce/development/gambit
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
gambit.info development/gambit: Added (a Scheme compiler and interpreter) 2013-07-07 09:11:23 -03:00
gambit.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
README development/gambit: Added (a Scheme compiler and interpreter) 2013-07-07 09:11:23 -03:00
slack-desc development/gambit: Added (a Scheme compiler and interpreter) 2013-07-07 09:11:23 -03:00

gambit 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.