Hacker News new | ask | show | jobs
by pix64 2309 days ago
Not sure why they wouldn't go something C#/.NET based. If you're going to go the JavaScript route, at least pick TypeScript.
1 comments

Whatever your position on the static typing debate surely one of the sweet spots for dynamic languages is casual use by non-professionals?
C# has a dynamic runtime. In that sense it's very similar to VB with can also be strongly typed or dynamic.