-
See working group 1's draft:
http://groups.google.com/group/comp.lang.scheme/browse_thread/thread/3027cfa1e8abf74b?pli=1
Progress report: http://developers.slashdot.org/story/11/10/04/1942209/R7RS-S…
-
Here's an example where `sc-macro-transformer` behaves differently than on MIT scheme. The MIT scheme version behaves more in line with what I expect.
```
(define-syntax loop
(sc-macro-transfor…
-
Hi, this may be outside the scope of what you are doing. But I am trying to port some programs I wrote in portable R7RS, and they break because of importing (srfi 1) which assumes all lists are immuta…
-
Originally submitted on: Wed Oct 31 14:20:02 -0400 2007
When substituting a lambda term M into the body of another lambda term N, the stepper doesn't alpha-rename to avoid capturing free variables in…
-
###### Originally submitted on: Wed Oct 31 14:20:02 -0400 2007
When substituting a lambda term M into the body of another lambda term N, the stepper doesn't alpha-rename to avoid capturing free varia…
-
Originally submitted on: Wed Oct 31 14:20:02 -0400 2007
When substituting a lambda term M into the body of another lambda term N, the stepper doesn't alpha-rename to avoid capturing free variables in…
-
Originally submitted on: Wed Oct 31 14:20:02 -0400 2007
When substituting a lambda term M into the body of another lambda term N, the stepper doesn't alpha-rename to avoid capturing free variables in…
-
One of the major downsides of traditional shells is the lack of direct support for any of well-known structured data formats (e.g. JSON, YAML, or even XML example). As a modern implementation, Nash se…
-
I have created a simple [dracula color scheme package](https://github.com/Draculah/drracket-dracula), which is semi complete; I only can't find what these settings are:
```
(drracket:syncheck:u…
-
How do you make basic use of R7RS Scheme in gsi and gsc? I tried to find some documentation or examples on the subject but didn't come up with anything in the manual, wiki or mailing list.