mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
fd39d53554
STklos is a free Scheme System (nearly) conform to R5RS. The aim of this implementation is to be fast as well as light. PR: ports/50231 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
8 lines
311 B
Plaintext
8 lines
311 B
Plaintext
STklos is a free Scheme System (nearly) conform to R5RS. The aim of
|
|
this implementation is to be fast as well as light. The
|
|
implementation is based on an ad-hoc Virtual Machine. STklos can also
|
|
be compiled as a library, so that one can easily embed it in an
|
|
application.
|
|
|
|
WWW: http://stklos.sourceforge.net/
|