My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 14, 2010 21:34 UTC (Thu) by butlerm (subscriber, #13312)In reply to: My advice on implementing stuff in C: by HelloWorld
Parent article: Russell: On C Library Implementation
If you want your compiler / parser / runtime library / image / compression / encryption / numeric processing code to run at a competitive speed there aren't many alternatives. Virtually every other language is implemented in C and uses a number of runtime libraries written in C for a reason.
We would all be better off if that could all be done in a comparably efficient statically compiled language with some semblance of pointer safety of course. Not too many people developing those these days, unfortunately.
