Hacker News new | ask | show | jobs
by scott_s 6200 days ago
The level of abstraction matches most hardware.

Not all code written in C is performance-critical. But sometimes it's still the best choice if your code is directly talking to hardware.

1 comments

In that case wouldn't you write some components in C and glue it all together with something like ruby?
Sure, that sounds reasonable. But you've still chosen C to talk to the hardware.
If you're using ruby or python you're ultimately using C anyway, right ;)