aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-04-29 14:52:15 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-04-29 14:52:15 +0000
commit37588abd4c36737f98676cf2324960f1c5878660 (patch)
tree0875c0afc3dd257c1a70e22515578cfe8a9bca56 /lang/Makefile
parentb2c63956fdacb3486b9f6ee9582b410cdcd468df (diff)
Ikarus Scheme is a free optimizing incremental native-code compiler
for Scheme as specified in the Revised^6 Report on the Algorithmic Language Scheme. Ikarus Scheme is an optimizing compiler, so your Scheme code will run fast without the need to port hot spots to C "for performance". With an incremental compiler, you don't need a separate compilation step to make your program run fast. The best part is that the compiler itself is fast, capable of compiling thousands of lines of code per second. Finally, Ikarus Scheme is an R6RS compiler. R6RS libraries, scripts, record types, condition system, exception handling, unicode strings, bytevectors, hashtable, and enumerations are among the supported features. WWW: http://www.ikarus-scheme.org/
Notes
Notes: svn path=/head/; revision=232947
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index a58e704e2714..25c8117ca9d5 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -125,6 +125,7 @@
SUBDIR += icon
SUBDIR += ifc
SUBDIR += ifc7
+ SUBDIR += ikarus
SUBDIR += imp-interpreter
SUBDIR += intel2gas
SUBDIR += intercal