Live data from Hacker News

And C, Why is it still in use, Aren't there alternatives?

news.ycombinator.com

1–4 of 4 posts

Re: And C, Why is it still in use, Aren't there alternatives?

#3
Sometimes the alternatives are worse than C. C at some degree is portable, so some code can be reused. C is ideal for the microcontrollers which have limited memory. Think about having 1k of Ram and 4k of flash memory.Since at the assembly level each family of microcontrollers is different is very hard to learn each month another set of instructions ,and here comes C.Linux kernel is written in C too. C is just a tool , and once you get used to it is fine.