Jump to content

Recommended Posts

Posted

  Quote

TypeScript is a free and open source programming language developed by Microsoft. It is a strict superset of JavaScript, and adds optional static typing and class-based object-oriented programming to the language. Anders Hejlsberg, lead architect of C# and creator of Delphi and Turbo Pascal, has worked on development of TypeScript.

Source: https://en.wikipedia.org/wiki/TypeScript

 

Site: http://www.typescriptlang.org/

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 4/6/2014 at 7:29 PM, Kip said:

I like it. I have programmed Typescript using Visual Studio before. The VS plugin is very good, however I'm on Ubuntu now. All the Sublime Text plugins for Typescript are buggy as hell and keep crashing. With no alternatives, my only option is to not use Typescript.

What plugins are you using? I may be able to fix.

Posted
  On 4/7/2014 at 6:04 PM, Kip said:

Btw; I see this thread has both a Microsoft and an Open Source tag. That must be a first.

It's true though.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Like....http://referencesource.microsoft.com/ 

I don't have any issues with Microsoft personally.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I really like static typing, but the somewhat heavy verbosity of javascript still makes me a little bit turned off. Now, introduce type inference (like f# for example) into coffeescript, that would be really nice!

Still, I like this new trend with languages compiling into javascript. With increasing performance and light weight applications it becomes much more practical than previous examples (google web toolkit comes to mind). The fact that you can interact directly with the libraries from the blossoming javascript community makes it even more interesting.

Broken link? PM me and I'll send you the file!

  • 8 months later...
Posted

Well worth an hour of my time: 

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

AtScript looks pretty legit as well, though i have only watched and read.

 

B6DJrM8IQAEaJ_F.png

 

 

Edited by boththose

  Reveal hidden contents

  • 2 weeks later...
Posted (edited)

Wrote my first piece of TypeScript (albeit simple enough) today. It's good to know that by adding that layer of type safety, means I am less likely to fail with silly issues such as assigning a string to variable that should hold only a number.

Code:

I did think this would be something useful to have for AutoIt, especially for those of us who code with one variable containing a single datatype only and the use of Hungarian notation e.g. $i, $s, $b etc...

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...