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

Not trying to be snarky, but if the goal was to show why you shouldn't do something like this, you've succeeded.

Would you consider rewriting something like this in rust or go, and doing a comparison? I think you would have found things to combat XSS in either of those languages (safe templating), would be interested to see the differences... And if any of those languages deliver on their promise to be safer than C




rust & go do not produce small enough executables for my use case. atleast i didn't do it using shell scripts.


Have you taken a look at dynamically linked rust/go? Also, go 1.6 is going to have dynamic linking also.

http://stackoverflow.com/questions/29008127/why-are-rust-exe...

https://golang.org/doc/go1.5#compiler




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

Search: