4
yehaaw
3y

I've heard "someone" saying, that typescript and c# are somewhat similar. Now I've never worked with c#, but I still doubt it. What do you, human of devRant, think?

Comments
  • 1
    new KindOf<ButNot>()
  • 1
    Eh... Wat? That sounds like blasphemy
  • 6
    They're designed by the same guy (Anders Hejlsberg, look him up) and with a similar purpose: C# to sort out software development and hacky approaches for Windows, and TypeScript to do the same for the web.

    So clearly the resulting languages will be quite similar as well.
  • 0
  • 2
    As I understand it TypeScript got developed because Microsoft/C# Developers got fed up with javascripts type system. So they put all their energy to deliver us the blessings of a static type system, and we thank them by using var name: any everywhere.
  • 1
    They were created the same person, so they naturally have similarities. They solve different problems on different spaces though. They have similar solutions to analogous problems.
  • 1
    @EdoPhoenix
    Haha, where I work :any is 100% PR rejection.
  • 0
Add Comment