-
I believe `array-copy` is implemented as `array-copy!`, re-entering a getter's continuation affects results that have already been returned.
Example:
```
heine:~/programs/chibi-scheme> cat test-c…
-
Chibi rejects "2x2-matrix-multiply" as an identifier, yet
```
> gsi
Gambit v4.9.5-132-g2fd33281
> (define 2x2-matrix-multiply #f)
> 2x2-matrix-multiply
#f
```
The syntax of identifiers in R5…
-
### Description
The SML Basis library provides the `IMPERATIVE_IO` and `STREAM_IO` signatures as the basic interfaces for reading and writing streamed data. However there is a misconception that the …
-
First thing that we need to agree before adding Scheme interpreter code and front-end REPL. In need to be generic and allow to change Scheme implementation and maybe also the REPL.
In my interprete…
-
A concern is raised regarding srfi-138's `compile-r7rs` redirecting execution to the value of the environment variable `COMPILE_R7RS`. If the variable is accidentally set, or covertly set with some m…
-
I've just learned about #891 and I'm excited to see that the TOML specification is improving Unicode support.
Do I understand right that this changeset makes no recommendations for implementers whe…
-
I'm getting Bad Gateway error at https://index.scheme.org
https://index.scheme.org/rest/filterset/r7rs_small/search?query=assoc&facet=false&rows=1
-
Missing the `make-string` - see the spec for details https://small.r7rs.org/attachment/r7rs.pdf
If possible, identify any tests under `cogs/r5rs.scm` that are skipped currently that need this prim…
-
KeenS updated
9 months ago
-
Hello,
```scheme
cyclone> 1#
#f
cyclone> 2#2
#f
cyclone> 0.#
#f
```
The `#` symbol is usually meant to indicate zeros in inexact numbers:
```
gosh$ (+ 12# 1#)
130.0
stklos> 4##
400.0
…