Date: Wed, 29 Apr 2009 14:52:15 +0000 (UTC) From: Greg Larkin <glarkin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/ikarus Makefile distinfo pkg-descr pkg-plist ports/lang/ikarus/files extra-patch-Makefile.in extra-patch-doc__Makefile.in patch-Makefile.in Message-ID: <200904291452.n3TEqF8v001753@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glarkin 2009-04-29 14:52:15 UTC
FreeBSD ports repository
Modified files:
lang Makefile
Added files:
lang/ikarus Makefile distinfo pkg-descr pkg-plist
lang/ikarus/files extra-patch-Makefile.in
extra-patch-doc__Makefile.in
patch-Makefile.in
Log:
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/
Revision Changes Path
1.634 +1 -0 ports/lang/Makefile
1.1 +38 -0 ports/lang/ikarus/Makefile (new)
1.1 +3 -0 ports/lang/ikarus/distinfo (new)
1.1 +11 -0 ports/lang/ikarus/files/extra-patch-Makefile.in (new)
1.1 +11 -0 ports/lang/ikarus/files/extra-patch-doc__Makefile.in (new)
1.1 +13 -0 ports/lang/ikarus/files/patch-Makefile.in (new)
1.1 +17 -0 ports/lang/ikarus/pkg-descr (new)
1.1 +14 -0 ports/lang/ikarus/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904291452.n3TEqF8v001753>
