top | item 43799700

(no title)

shoozza | 10 months ago

Slightly off topic: Is D a good language for creating tiny windows or Linux executables? There is an upcoming game jam (4mb jam 2025) which gives extra points for game submissions <= 8KB. With c you can fit a window with graphics update in an executable of less than 900 bytes[0]. Granted it's using crinkler for linking which does some compression.

0: https://gist.github.com/ske2004/336d8cce8cd9db59d61ceb13c1ed...

discuss

order

monkeyelite|10 months ago

Yes. Just use the “better C” mode

mariusor|10 months ago

... which is not D any more though.