-
Cell(0 0) in the table would be better like SRFI/Implementation platform.
-
BottomScheme has `read-char` and `write-char`, but not the char type, which would probably result in strange incompatibilities.
For example, in R7RS, `(write-char (substring "abc" 1 2))` is an er…
-
The proposed solution for `string-split` uses `string-ref` and `substring`. Both are allowed to be O(n) where n is the length of the string. Thus the solution can be accidentally quadratic on some Sch…
-
As far as I can tell, the groundwork for what would be needed to support SRFI 206 is already there in the `(auto)` magic module. But, despite much poking about in `meta-7.scm`, I can’t work out how to…
-
The Gambit manual is currently in one monolithic 640K source file `gambit.txi`. Does texinfo have an include mechanism that could be used to break it down into smaller files? That would probably make …
-
R6RS has enumerations, and SRFI 209 (_Enumerations and Enum Sets_) is still open.
How are enumerations exported in Scheme? Each enum value is a symbol (or an identifier in R6RS?). Is each identifie…
-
Based on [Introduction - Writing Interpreters in Rust: a Guide](https://rust-hosted-langs.github.io/book/introduction.html) we explore if it's fun to rewrite Mosh in Rust.
## Goals
- We'll see if …
-
If syntax A (defined with syntax-rules) uses syntax B, considered internal and not to be exported, the syntax expansion will fail as B is unreachable.
-
Just got a message from Nils M Holm. He did few books about Scheme and pointed to:
http://t3x.org/s9fes/lib.html and http://t3x.org/s9fes/contrib.html
the code is from the book "Scheme 9 from Em…
-
Quoting @Glavin001 from [here](https://github.com/Unibeautify/beautifier-elm-format/issues/2#issuecomment-427663367):
> Language version may become a first class feature for Unibeautify. Prettier's…