Hacker News new | ask | show | jobs
by zahlman 363 days ago
To be fair, there's a pretty clear difference between achieving memory safety with a garbage collector and run-time type information, versus achieving it through static analysis.
1 comments

Static analysis is worse and limits the programs you can write in annoying ways?
I like dynamic typing, but the point wasn't about holy warring. The point is simply that it's different.