loren@sh.itjust.works to Programming@programming.devEnglish · 2 years agoA fully self-contained natively compiled C# Hello World, including GC and everything can be as small as ~440 kBtwitter.comexternal-linkmessage-square27fedilinkarrow-up119arrow-down10cross-posted to: dotnet@programming.dev
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 · 2 years agomessage-square27fedilinkcross-posted to: dotnet@programming.dev
minus-squarelevovix@programming.devlinkfedilinkEnglisharrow-up1·2 years 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.