Y_Y 9 hours ago

>The ideological split emerged during the great dialectical conflict of the early 1990s within the Scheme community, dividing revolutionaries who insisted on large, modular Scheme codebases ("Permanent Modular Revolution") and reactionaries who championed the purity of "Scheme in One File." The modularist vanguard, led by Comrade Matthias Felleisen of the Racket Politburo, argued that true dialectical progress required collective libraries and communal code sharing across multiple modules.

> 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.

nextaccountic 2 hours ago

> -D_CRT_SECURE_NO_WARNINGS for Windows headers (unless you want to hear that fopen is no longer a reasonable way to open files)

Wait, is fopen deprecated? Is this just on Windows?

fermigier 11 hours ago

70 KLOC

  • Y_Y 9 hours ago

    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...

    • quibono 6 hours ago

      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?

      • gjvc 4 hours ago

        sharp-f not f-sharp you mean

bitwize 3 hours ago

This 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

  • iainctduncan 2 hours ago

    I think you mean s7, correct? it is a tiny embeddable scheme.

kreelman 13 hours ago

Nice. Thanks for putting this together!!