summaryrefslogtreecommitdiff
path: root/development/gambit/README
diff options
context:
space:
mode:
authorBrian O'Hanlon <brainpo@gmail.com>2013-07-04 17:25:10 -0500
committerNiels Horn <niels.horn@slackbuilds.org>2013-07-07 09:11:23 -0300
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.