chibi-scheme
chibi-scheme copied to clipboard
Official chibi-scheme repository
As macOS does not support static linkings make js fails. I tried using gcc-13 instead of default calng but the error is the same. Is there a way to compile...
Aiming for Guile/Larceny-style R6RS compatibility, rather than Chez-style R6RS total conformance. A correct R6RS library will work, but error cases will reflect Chibi’s existing style rather than what R6RS strictly...
on macOS Sequoia, M1 chip: 2 failures (0.9%). FAIL: (/ -4611686018427387904 -1) expected 4611686018427387904 but got -4611686018427387904 on line 910 of file "tests/r7rs-tests.scm" FAIL: (quotient -4611686018427387904 -1) expected 4611686018427387904 but...
I'd like to build chibi-scheme as a static library to be used as a scripting language in an application. I looked into the manual, but all I could find were...
The symptom: This should fail, the indices are out of bounds: ``` > heine:~/programs/chibi-scheme> chibi-scheme > (import (srfi 231)) > (define A (make-specialized-array (make-interval '#(4 4)) generic-storage-class #t #t)) >...