1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/lang/ikarus/pkg-plist
Greg Larkin 37588abd4c 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/
2009-04-29 14:52:15 +00:00

15 lines
378 B
Plaintext

bin/ikarus
bin/scheme-script
lib/ikarus/ikarus.boot
lib/ikarus/match.ss
lib/ikarus/pregexp.ss
lib/ikarus/streams.ss
lib/ikarus/streams/derived.ss
lib/ikarus/streams/primitive.ss
%%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGMENTS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/ikarus-scheme-users-guide.pdf
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm lib/ikarus/streams
@dirrm lib/ikarus