Writing a small linux binary

Mike via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 12 00:46:55 PST 2015


On Monday, 12 January 2015 at 05:59:36 UTC, NVolcz wrote:
> Can this be done in D? How easy is it? What about the runtime?
>
> https://www.reddit.com/r/programming/comments/2s1sgg/151byte_static_linux_binary_in_rust/
>

Here's a link to my 56 byte "Hello, World!" program for the ARM 
Cortex-M platform in D.  And, if I only used the string "Hello!" 
like the rust example, I believe it would be 47 bytes.

http://goo.gl/qWhpVX

Mike



More information about the Digitalmars-d mailing list