Hacker News new | ask | show | jobs
by theorique 4743 days ago
A lot of higher level languages abstract away the fundamental implementation details and provide a lot more scaffolding than C.

So something that might be a couple of lines of Python or Ruby (just remember the library and the method calls), could wind up being a more interesting problem in C.