mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
f8a7c1d4bc
- Port changes default TLS library to external mbedTLS Changelog: https://practical-scheme.net/gauche/gmemo/?Release%200.9.10 PR: 252060 Submitted by: Lassi Kortela <lassi+freebsd@lassi.io> (new maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D27746
11 lines
547 B
Plaintext
11 lines
547 B
Plaintext
Gauche is a fast, portable Scheme interpreter with "batteries
|
|
included". It conforms to the R5RS and R7RS language standards,
|
|
supports lots of SRFI out of the box, adds its own object-oriented
|
|
programming framework, and supports the R7RS library system as well as
|
|
its own pre-R7RS module system. Gauche is designed for the rapid
|
|
development of scipts to assist daily work in system administration,
|
|
text processing, and other fields. It can handle UTF-8, EUC-JP, and
|
|
Shift JIS character strings natively.
|
|
|
|
WWW: https://practical-scheme.net/gauche/
|