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-square31fedilinkarrow-up132arrow-down10cross-posted to: dotnet@programming.dev
arrow-up132arrow-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-square31fedilinkcross-posted to: dotnet@programming.dev
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.