While reading the Red site, I came across a statement stating that compiling an hello world Red/System program creates..
"...a 162 bytes ELF binary, while a similar C code would produce a 5-6KB binary using Gcc"
That's amazing. Can someone explain/point me to the techniques making such optimizations possible?