doug719
doug719
Hello Bruno, Thanks for the prompt reply. The code for ack is listed below. I will try shen/scheme and your sbcl suggestions and let you know the results. I have...
Hello Bruno, I downloaded shen-scheme source from github. When trying to build it I get: "main.c:66:5: note: ‘snprintf’ output between 11 and 4106 bytes into a destination of size 4096 ...
Hello Bruno, Yes (scm. exit) does work, but I would like to request a more intuitive and graceful exit. You should not have to enter a chez scheme command to...
Bruno, I do realize that shen-cl has an exit of (cl.exit). But I think any of my suggestions would be better than (scm. exit), which is not very shen like. ...
Bruno, I mistakenly replied to the predicate discussion with the following (it of course should be part of the exit discussion). All of the schemes implementations and lisp implementations that...
Hello Bruno, First, is this the correct email address for questions? I frequently want to edit a previous line input to shen. On all of the scheme and lisp implementations...
Hello Bruno, Yes, rlwrap recalls the desired command and lets you edit it (readline or emacs type commands). I find it to be necessary. Some of us are not perfect...
But(any? number? [1 2 3])works ok on shen-cl.Why the difference? On Wednesday, April 28, 2021, 9:07:30 AM MDT, Bruno Deferrari ***@***.***> wrote: @doug719 unlike in Scheme, in Shen you must...
Bruno, All of the schemes implementations and lisp implementations that I know of (including sbcl) exit on a CTRL-d. I would think that since shen is part of the lisp...
Hello Bruno, Thanks for the explanation. The decision to quote args is ok for a cl based implementation, but not a good thing for a scheme based one. Having to...