1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/lang/s9fes/pkg-descr
Li-Wen Hsu 6c3ac2cd32 Add s9fes 20090311, a simple and comprehensible Scheme interpreter.
PR:		ports/131998
Submitted by:	Nils M Holm <nmh at t3x.org>
2009-03-14 12:31:05 +00:00

12 lines
502 B
Plaintext

S9fES is an interpreter for a broad subset of (R4RS) Scheme. It is
written in ANSI C (C89) and Scheme and it runs in many popular
environments, including Linux, *BSD, the unmentionable horror, and
Plan 9.
The S9fES code strives to be simple and comprehensible. It is
particularly interesting to people who want to try Scheme without
having to jump through too many hoops (S9fES is very portable) or
study the implementation of Scheme (in a language other than Scheme).
WWW: http://www.t3x.org/s9fes/