minus-squarelevovix@programming.devtoProgramming@programming.dev•A fully self-contained natively compiled C# Hello World, including GC and everything can be as small as ~440 kBlinkfedilinkEnglisharrow-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. linkfedilink
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.