mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
33b159c02d
s7 is a Scheme interpreter intended as an extension language for other applications. Although it is a descendant of tinyScheme, s7 is closest as a Scheme dialect to Guile 1.8. I believe it is compatible with r5rs and r7rs. It has continuations, ratios, complex numbers, macros, keywords, hash-tables, multiprecision arithmetic, generalized set!, unicode, and so on. It does not have syntax-rules or any of its friends, and it thinks there is no such thing as an inexact integer. WWW: https://ccrma.stanford.edu/software/snd/snd/s7.html
8 lines
481 B
Plaintext
8 lines
481 B
Plaintext
s7 is a Scheme interpreter intended as an extension language for other
|
|
applications. Although it is a descendant of tinyScheme, s7 is closest
|
|
as a Scheme dialect to Guile 1.8. I believe it is compatible with r5rs
|
|
and r7rs. It has continuations, ratios, complex numbers, macros,
|
|
keywords, hash-tables, multiprecision arithmetic, generalized set!,
|
|
unicode, and so on. It does not have syntax-rules or any of its friends,
|
|
and it thinks there is no such thing as an inexact integer.
|