logoalt Hacker News

chubotlast Wednesday at 5:29 PM1 replyview on HN

That's kind of how I feel about C. C is fun, because you get to see "everything"

But C is slow to create -- it is like using a toothpick

Writing from scratch is slow, and using C libraries also sucks. Certainly libc sucks, e.g. returning pointers to static buffers, global vars for Unicode, etc.

So yeah I have never written Assembly that anybody needs to work, but I think of it as "next level slow"

---

Probably the main case where C is nice is where you are working for a company that has developed high quality infrastructure over decades. And I doubt there is any such company in existence for Assembly


Replies

kragenlast Wednesday at 5:32 PM

Yeah, from the point of view of Python or the Bourne shell, assembly is C². Like E/m.

show 1 reply