Hacker News new | ask | show | jobs
by dgfitz 518 days ago
Hours? And C was a better option for scripting than python?

I’ll give you the benefit of the doubt, this sounds very curious.

1 comments

Pretty much. Partly because I have developed a pretty robust C standard library that I allows for writing code that is not too dissimilar from the kind of Python I was writing. And one shot processes mean that I can simply allocate memory without having to free it (and use arenas for one script that is a long-lived file-watcher).