5 ms·
> sure that all of modern software could easily be 2-3 orders of magnitude smaller niklaus wirth thought similarly... in 1995![0] i enjoy implementing array l
by scrawl 3y ago
> sure that all of modern software could easily be 2-3 orders of magnitude smaller
niklaus wirth thought similarly... in 1995![0]
i enjoy implementing array langs (k primarily) so small binaries come with the territory. really appreciated your write-up. i may try something similar for an array lang.
you might also appreciate (or detest) 'b'[1][2] - a small implementation of a "fast c compiler (called b: isomorphic to c)". it has some similarities to SectorC.
[0] https://www.computer.org/csdl/magazine/co/1995/02/r2064/13rRUwInv7E https://www.computer.org/csdl/magazine/co/1995/02/r2064/13rR...
[1] https://web.archive.org/web/20230117082148/https://kparc.com/b/ https://web.archive.org/web/20230117082148/https://kparc.com...
[2] https://github.com/kparc/bcc https://github.com/kparc/bcc (more legible)