Live data from Hacker News

Creating Tiny Executables in D

abqexpert.com

1–2 of 2 posts

Re: Creating Tiny Executables in D

#2
This is just a quick post I made after I was started working on a small operating system in D and ran into issues with the linker. I wondered how small of an executable I could make without using any unusual tools or anything outside of the blessed language and tool constructs.