6 ms·
> large advantage How is this a large advantage? When was the last time someone actually did this?
by stepik777 9y ago
> large advantage
How is this a large advantage? When was the last time someone actually did this?
- qznc 9y agoIn my experience, a new toy c compiler pops up roughly once a year. https://github.com/Wilfred/babyc https://github.com/Wilfred/babyc http://www.sigbus.info/how-i-wrote-a-self-hosting-c-compiler-in-40-days.html http://www.sigbus.info/how-i-wrote-a-self-hosting-c-compiler... http://zserge.com/blog/cucu-part1.html http://zserge.com/blog/cucu-part1.html https://c9x.me/qcc/ https://c9x.me/qcc/ https://github.com/alexfru/SmallerC https://github.com/alexfru/SmallerC
- kelnos 9y agoSure, and most people do this as an exercise, whether it's to learn how to write a compiler, or to see how small they can make the compiler, or something like that. No one does it because they really have a strong practical need to.