Hacker News new | ask | show | jobs
by UK-AL 4417 days ago
I've worked with various languages C#, Python, Ruby, Objective-C(I was an iOS developer) but I prefer strongly typed languages for larger projects, and the refactoring tools that it allows for.

Eventually I would like a completely statically typed inferred language, go mainstream(Aka Demand for it)

C# is my best option atm.

1 comments

I agree. My recent forays in to javascript have left me wanting to rewrite big chunks of my new app in TypeScript instead. :)
Fortunately rewrite in typescript is mainly rename the files, simplify class declarations and add some type annotations as you go
Make the jump to TypeScript, you will be glad you did.