1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/lang/gauche/pkg-descr
Rainer Hurling f8a7c1d4bc lang/gauche: update to 0.9.10
- 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
2020-12-25 20:46:24 +00:00

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/