←back to thread

271 points mithcs | 2 comments | | HN request time: 0.547s | source
Show context
miroljub ◴[] No.45953073[source]
Nice toy. It works until it stops working. An experienced C developer would quickly find a bunch of corner cases where this just doesn't work.

Given how simple examples in this blog post are, I ask myself, why don't we already have something like that as a part of the standard instead of a bunch of one-off personal, bug-ridden implementations?

replies(2): >>45953149 #>>45953168 #
1. brabel ◴[] No.45953168[source]
It would be a lot more constructive if you reported a bunch of corner cases where this doesn't work rather than just dismissing this as a toy.
replies(1): >>45953487 #
2. miroljub ◴[] No.45953487[source]
No, I don't dismiss anything.

It's just, I'd rather play with my own toys instead of using someone else's toy. Especially since I don't think it would ever grow up to be something more than a toy.

For serious work, I'd use some widely used, well-maintained, and battle-tested library instead of my or someone else's toy.