-
I need some guidance to help. To get started what is the host scheme implementation? Should the home page contain last N blog post or just last week comments? Should there be an archive ?
-
> The behavior on overlow is not specified. This allows compliant Scheme implementations to exist with de-facto C number semantics.
This seems problematic. C is allowed to crash on overflow. Is Sch…
-
## Describe the bug
Scheme syntax highlighting doesn't handle `#;` syntax for S-Expression comment. And probably a lot of other new syntaxes. I think that the project [sicp-lang/scheme.tmbundle](http…
-
For testing the results of evaluation, can assign "stdout" in the global environment to a bytes.Buffer then read the contents of that to see what the s-expr yielded.
-
I'm going through the standard "new contributor tries to make himself useful" steps and (predictably) picked out the documentation as an area in which I can make progress toward that goal. There are …
-
This is similar to #162
``` scheme
(define-library (foo)
(export bar)
(import (scheme base))
(begin
(define (baz) #f)
(define-syntax bar
(syntax-rules ()
((_) (baz))))
…
-
A the moment, tex2page generates subpages that are numbered like this:
```
index-Z-H-1.html
index-Z-H-10.html
index-Z-H-11.html
index-Z-H-2.html
index-Z-H-3.html
index-Z-H-4.html
inde…
-
**Reported by: will on Tue Jan 18 19:19:17 2011**
Reported by Emmanuel Medernach.
```
(define-syntax foo
(syntax-rules ()
((foo (a ...) (b ...))
(list (list a b ...) ...))))
```
```
> (foo …
-
@wallymathieu Do you have a preference for how wide-ranging the symbol support should be?
The current draft uses the vertical-bar notation known from Common Lisp and Scheme (R7RS). That means any t…
-
**Reported by: lth on Sat Dec 19 06:00:00 1998**
088 v0.40 (981219 / lth)
Priority: medium.
Category: LIB / performance
When running with (integrate-usual-procedures #f), arithmetic is quite
slow, b…