summaryrefslogtreecommitdiffstats
path: root/development/gambit/README
diff options
context:
space:
mode:
author Brian O'Hanlon2013-07-05 00:25:10 +0200
committer Niels Horn2013-07-07 14:11:23 +0200
commite1ff6128b18ad6994520d155e7f259f74bc7134b (patch)
treefd9559863e2f4990f6a904f2737a8c344a006860 /development/gambit/README
parentb2f9346830210794c5ef05790e8ee89d231b2ed8 (diff)
downloadslackbuilds-e1ff6128b18ad6994520d155e7f259f74bc7134b.tar.gz
development/gambit: Added (a Scheme compiler and interpreter)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/gambit/README')
-rw-r--r--development/gambit/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/gambit/README b/development/gambit/README
new file mode 100644
index 0000000000..529187e6da
--- /dev/null
+++ b/development/gambit/README
@@ -0,0 +1,5 @@
+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.