Hacker News new | ask | show | jobs
by pdwetz 4605 days ago
Dynamic typing support helps in a pinch in C#, as you can avoid a lot of code in some cases where performance isn't paramount. I've personally used that in a few cases in the past.