-
https://gist.github.com/stibear/96701923b644203acd97
expected:
``` scheme
> (mbi-dirty-v1 10 (+ i 1))
11
```
but actually:
``` scheme
> (mbi-dirty-v1 10 (+ i 1))
error: unbound variable i@4219
```…
-
```
I have got the latest revision 0.9.2 directly from the Synthcode site; the home
page of irregex still references revision 0.9.0 and the last tarball available
from Google Code is 0.8.3.
I want …
-
```
#! /bin/sh
#| -*- scheme -*-
exec chibi-scheme -s $0 "$@"
|#
(import (scheme base) (scheme write) (srfi 1))
(display "okay")
(newline)
------------------
ERROR: importing already defined bindin…
-
```
ponk% ./chibi-random-state.scm
ERROR on line 9 of file ./chibi-random-state.scm: string-index->offset: index
out of range: 128
called from on line 1039 of file /usr/local/share/chibi/init-7.sc…
-
```
What steps will reproduce the problem?
On Cygwin, if chibi-scheme binary is executed out of build directory it fails
with message
ERROR
import
What version of the product are you using? On wha…
-
Llambda failed to compile following two code snippets and raise `io.llambda.compiler.UnboundVariableException`.
According to scheme report, I think `begin` should not introduce new scope.
toplevel: …
-
**Reported by: tov on Mon Feb 13 18:40:41 2006**
We're still using Jaffer's R4RS tests. Is there an R5RS test suite we could adapt and use?
-
**Reported by: pnkfelix on Wed Feb 20 06:32:08 2013**
```
> (let ((a 'hi))
(define-values (a weird) (let ((w (not a))) (values '_ w)))
weird)
#t
```
I would expect the above to evaluate to …
-
**Reported by: pnkfelix on Mon Jun 12 03:04:23 2006**
Consider the following interactions with Larceny, where `foo.sch` just contains syntax definition:
`(define-syntax bazzle (syntax-rules () ((bazz…
-
```
What steps will reproduce the problem?
1. Install Chibi on Cygwin
2. run `chibi-scheme`
What is the expected output? What do you see instead?
REPL would come up
Nothing, when I've checked with G…