SIOF (Scheme in One File) – A Minimal R7RS Scheme System
1–10 of 13 posts
Re: SIOF (Scheme in One File) – A Minimal R7RS Scheme System
#2Re: SIOF (Scheme in One File) – A Minimal R7RS Scheme System
#3Re: SIOF (Scheme in One File) – A Minimal R7RS Scheme System
#4> Opposing them, minimalist cadre under the austere guidance of Aubrey Jaffer maintained that genuine Scheme purity could only be realized through strict, isolated, single-file autarky, uncompromised by external dependencies or revisionist imports. This schism permanently fractured Scheme consciousness, decisively expelling modular heresy from orthodox minimalist implementations.
Re: SIOF (Scheme in One File) – A Minimal R7RS Scheme System
#570 KLOC
https://github.com/false-schemers/sharpF/blob/master/example...
Re: SIOF (Scheme in One File) – A Minimal R7RS Scheme System
#670 KLOC
Yes, but, that's generated code. The real source is 8680 LoC and written in a meta-language called #F ("False", no relation of F-sharp). https://github.com/false-schemers/sharpF/blob/master/example...
> #F (Sharp-F or False) is a portable compiler/runtime for a minimalistic subset of the Scheme programming language. Compatibility with R5RS/R7RS Scheme programs is provided in a form of libraries written in #F itself.
Is there #FIOF?
Re: SIOF (Scheme in One File) – A Minimal R7RS Scheme System
#7Earlier quoted context omitted.
Yes, but, that's generated code. The real source is 8680 LoC and written in a meta-language called #F ("False", no relation of F-sharp). https://github.com/false-schemers/sharpF/blob/master/example...
Interesting, quoting from Fsharp's git repository: > #F (Sharp-F or False) is a portable compiler/runtime for a minimalistic subset of the Scheme programming language. Compatibility with R5RS/R7RS Scheme programs is provided in a form of libraries written in #F itself. Is there #FIOF?
Re: SIOF (Scheme in One File) – A Minimal R7RS Scheme System
#8EDIT: s7
Re: SIOF (Scheme in One File) – A Minimal R7RS Scheme System
#9Wait, is fopen deprecated? Is this just on Windows?
Re: SIOF (Scheme in One File) – A Minimal R7RS Scheme System
#10This is really stinking cool. We have TinyScheme, s7 (a TinyScheme derivative), Chibi Scheme (which has become less tiny), and this. Like Doom, Scheme has become something you can have on even the smallest of systems; bloat is not an excuse not to use it. EDIT: s7