Slashdot Mirror


Google's Angular 2 Being Built With Microsoft's TypeScript

itwbennett writes Big news for fans of static typing! Google and Microsoft have partnered to both enhance TypeScript and rebuild Angular in the TypeScript language. TypeScript, Microsoft's attempt at improving on JavaScript development, has been out there for a while without a notable use case. Likewise, Dart, Google's attempt at a language which accomplishes many of the same goals, hasn't seen a lot of traction outside of Google. With Google creating the next version of its popular framework Angular 2 using TypeScript, some weight is being thrown behind a single effort. Of course, Angular has its fair share of haters, and a complete re-write in version 2 that breaks compatibility with previous versions isn't going to help matters.

2 of 91 comments (clear)

  1. Re:This is really old news by Hadlock · · Score: 4, Interesting

    Interesting use of TypeScript, an entire rougelike (i.e. Nethack, i.e. the '@' game) game authoring library written in TypeScript, from the author of libtcod:
     
    Game: http://roguecentral.org/doryen/yendor.ts/game/index.html
    60fps example:http://roguecentral.org/doryen/yendor.ts/bench/index.html

    Library:https://github.com/jice-nospam/yendor.ts/releases/tag/v0.4.0
     
    What's interesting is it does alpha shading, fluid mechanics, cloud mechanics, terrain generation etc all inside of a text based game, somewhat like Dwarf Fortress but a lot more flexible graphically.

    --
    moox. for a new generation.
  2. Re:JavaScript framework du jour by Tailhook · · Score: 5, Interesting

    In a month

    Release 0.9.0 of Angular was 52 months ago and the appearance of the next framework that topples it will be the first. As a web developer, if you haven't actually used Angular for at least experimental purposes by now then you're an old fogy that's likely to get canned for someone more current.

    Angular 2.0 won't trip up anyone and going with Typescript was a smart and pragmatic decision; the Angular team does not indulge NIH, apparently. That sort of humility and wisdom is both rare and a big part of the reason Angular remains popular. The tools that typical Angular developers use already integrate Typescript declarations for auto-complete, detecting errors, etc., and now that will just get stronger.

    Google could have used their momentum and mind share to bull AtScript into yet another Javascript hairball. They could have and they didn't. That deserves acknowledgement.

    So Typescript is the way. Microsoft has actually managed to contribute something they can't monetize to the modern web stack. How times have changed.

    --
    Maw! Fire up the karma burner!