2014-07-06 03:47:27 +02:00
|
|
|
R6RS/R7RS Scheme system.
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
|
|
|
- Builtin CLOS.
|
|
|
|
- Common Lisp like reader macro.
|
|
|
|
- Cryptographic libraries.
|
|
|
|
- Customisable cipher and hash algorithm.
|
|
|
|
- Custom codec mechanism.
|
|
|
|
- CL like keyword lambda syntax (taken from Gauche).
|
|
|
|
- Constant definition form. (define-constant form).
|
|
|
|
- Builtin regular expression
|
2016-05-19 12:44:11 +02:00
|
|
|
- mostly works O(n)
|
|
|
|
- Replaceable reader
|
2014-07-06 03:47:27 +02:00
|
|
|
|
2018-10-08 18:29:22 +02:00
|
|
|
WWW: https://bitbucket.org/ktakashi/sagittarius-scheme/wiki/Home
|