summaryrefslogtreecommitdiff
path: root/development/bigloo/README
diff options
context:
space:
mode:
authorJockey S. Kyd <jockey.kyd@gmail.com>2011-09-05 16:59:45 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-09-05 16:59:45 -0500
commit88f2c5e70adc4d9ec141e94989e808bb93dfe7ea (patch)
tree21f849773d3ea4d2ba31890d09ced59ce8529e0a /development/bigloo/README
parentbd58abb0f905f1eccd1880568ab60dd93e92ec6b (diff)
downloadslackbuilds-88f2c5e70adc4d9ec141e94989e808bb93dfe7ea.tar.gz
development/bigloo: Added (Bigloo Scheme implementation)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/bigloo/README')
-rw-r--r--development/bigloo/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/bigloo/README b/development/bigloo/README
new file mode 100644
index 0000000000..44b12bb2d5
--- /dev/null
+++ b/development/bigloo/README
@@ -0,0 +1,4 @@
+Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based
+programming style where C(++) is usually required. Bigloo attempts to make
+Scheme practical by offering features usually presented by traditional
+programming languages but not offered by Scheme and functional programming.