shen-scheme icon indicating copy to clipboard operation
shen-scheme copied to clipboard

Shen/Scheme implementation

Results 8 shen-scheme issues
Sort by recently updated
recently updated
newest added

Downloaded shen-scheme from githum on June 23. When I did a make, got the following: ... make[1]: Leaving directory '/home/doug/Downloads/shen-scheme-master/_build/chez/csv9.5.6' mkdir -p _build/bin cc -o _build/bin/shen-scheme _build/chez/csv9.5.6/ta6le/boot/ta6le/kernel.o main.o -lm -ldl...

chez scheme allows an exit with CTRL-d. I have tried this, (cl.exit) (scheme.exit) (exit) and (chez.exit), but none worked. Using CTRL-c to exit does not seem graceful or correct.

Hello Bruno. This is a question, not a problem report. If you have an email address where I can ask questions (instead of this issues report), please let me know....

(any? number? [1 2 3]) Exception in *unknown-location*: attempt to apply non-procedure number? This works on shen-cl (define any? _ [] -> false F [X | Xs] -> (or (F...

The book of shen 3rd edition, page 93 says: > The function put receives > 1. An expression e_1. > 2. A pointer p which is used to point to...

Hello! I was building this port of Shen and realized it didn't have the StLib included. I double checked to make sure I had it when building the kernel and...

I have been playing with Prolog in shen-scheme-v0.27.1-macOS. The encountered issue seems to be related to this line in make.shen: ``` (set *maximum-print-sequence-size* 10000) ``` But why does it occur?...