-
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…
-
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. I now have a mini mac m1, which us…
-
```
Shen, copyright (C) 2010-2015 Mark Tarver
www.shenlanguage.org, Shen 17
running under Ruby, implementation: ruby 2.2.0
port 0.13.0 ported by Greg Spurrier
(0-) (defcc a := [/.];)
undefined meth…
-
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 ...
> 3. ... a value e_2 within ...
> 4. an (optionall…
-
# Append mode streams discussion
Shen truncates files when it opens them and there is no way to specify if files should be opened in stream mode.
## Current implementations
- https://github.com/tizoc…
tizoc updated
7 years ago
-
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 doe…
-
# Stream position manipulation and query functions
There are no stream positions in Shen. Desired functionality:
- go to the beginning of the stream
- go to the end of the stream
- go to an arbitrary…
tizoc updated
5 years ago
-
The highly recursive ackermann function is a standard lisp benchmark. (ack 2 5) runs on all of the scheme implementations that I have tried (about 7). I compiled a version of sbcl with
--dyn…
-
As I look more into this project, I keep thinking that some kind of CI would be great. As I use github actions in my day-to-day, and GH provides runners for linux/macos(x86 and arm)/windows, it could …