-
Hi,
I can't run ``make catalog``. The error says "unbound variable: cell:expand-nor". I believe I have previously seen ``aoi`` instead of ``nor`` but cannot reproduce it anymore (even after ``make …
-
```
What steps will reproduce the problem?
> (define ((f x) y) (+ x y))
What is the expected output?
f should be defined as (lambda (x) (lambda (y) (+ x y)))
What do you see instead?
ERROR on line 1…
-
**Reported by: pnkfelix on Mon Feb 8 18:58:43 2010**
```
% larceny
Larceny v0.97 "Funny in the Head" (Oct 25 2009 12:17:20, precise:Posix:unified)
larceny.heap, built on Sun Oct 25 12:14:20 EDT 200…
-
**Reported by: will on Fri Apr 3 17:49:22 2009**
As requested by Philippos Apolinarius.
It would be great if Larceny could produce standalone code.
-
Ticket #42 mentions `sexp_copy_context` as an API for copying Chibi contexts for fast-loading. This ticket was closed as 'fixed' with a comment that suggests this feature was implemented, and the `chi…
-
example run from NodeJS:
```
biwascheme> #\💩
Error: execute: unbound symbol: "�" []
klass { message: 'Error: execute: unbound symbol: "�" []', form: null }
```
Found while adding #264
-
```
I/O operations are mentioned in the OwlManual, but of course Scheme I/O is not
functional. A possible compromise would be to provide a fold over an input
port and an unfold onto an output port.…
-
-
I just installed Vicare Scheme and came across a bug in the reader, it is also present in Ikarus. If you are constructing a graph using reader syntax as opposed to by mutating the list explicitly, and…
-
Would you accept a patch that enables using square brackets (as used in R6RS, for example) to improve portability?