10

Writing simple terminal input/output lang (Hello, what's your name, hi) in D.
Compiling in D using standard lib: 6.1M
Compiling in D with inline assembly, no standard lib or libc, using syscalls: 1048 bytes!
I'm still freaking out a little.

Comments
  • 2
    Try writing it in pure assembly instead.
    It'll be tiny!
  • 0
    Assembly isn't cross platform or easy to use (depending on programmer, I know, but for me). Assembly is cool, but I prefer other ways. Compilers generally (*ahem* always) optimize better than me or Internet source I use.
Add Comment