Hacker News new | past | comments | ask | show | jobs | submit login

From the post: "This post is about sucking it up and just writing low-level code"

So I'm quite sure that C is a high level language.

Assembly is low level. It allows you to control the cpu directly by telling it what instructions to run and which registers should be used for what. In C the closest thing you have is specifying if a register should be used at all. Or inline assembly, which again...is just assembly.

And yes....php is even higher level.

Caching to drive is only useful if your operation takes longer than reading from drive. In this case reading from drive was slower than doing the calculation. What he should have considered is an in-memory-cache.




>So I'm quite sure that C is a high level language.

Except it isn't. At least not anymore. This statement was true a few decades back, when C was the highest level available. Today, C is barely a level above Assembly on the abstraction scale of programming languages.

Mind you, I'm not saying that's bad (and most other people don't mean it as an insult, either). C is a powerful language that will probably be needed by generations to come. But calling it "high level" today is being stuck in the 1970s.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: