loren@sh.itjust.works to Programming@programming.devEnglish · 1 year agoA fully self-contained natively compiled C# Hello World, including GC and everything can be as small as ~440 kBtwitter.comexternal-linkmessage-square26fedilinkarrow-up119arrow-down10cross-posted to: [email protected]
arrow-up119arrow-down1external-linkA fully self-contained natively compiled C# Hello World, including GC and everything can be as small as ~440 kBtwitter.comloren@sh.itjust.works to Programming@programming.devEnglish · 1 year agomessage-square26fedilinkcross-posted to: [email protected]
minus-squarelevovix@programming.devlinkfedilinkEnglisharrow-up1·1 year agoNim can compile helloworld to 800 Kb (or, with some tricks, to 50 Kb). This includes static linked libc, garbadge collection, nim std/system, and no compression.
Nim can compile helloworld to 800 Kb (or, with some tricks, to 50 Kb). This includes static linked libc, garbadge collection, nim std/system, and no compression.