require-lx / community

The Javascript and Node.js meetup group in Lisbon
http://meetup.com/require-lx
37 stars 8 forks source link

TypeScript - the future of JavaScript, today! #112

Closed mmv closed 7 years ago

mmv commented 8 years ago

Abstract

TypeScript is just like the JavaScript of the future. Literally: it's JavaScript with lots of proposed changes for ES6, ES7, etc., available for use today.

It has optional typing annotations so you can make the TypeScript compiler type-check your code and find bugs for you. It works well with the existing JS ecosystem. It's so good that it's irresponsible not to use it.

TypeScript was originally built by Microsoft to help their teams make sense of large JavaScript codebases, but it's no longer a one-company's pet project. It's used and developed by many people across many organizations. It's the language that's being used by Google's team behind Angular2. It's the language that's used in Facebook to specify the ImmutableJS API.

Let's get to know TypeScript, it's differences from plain JavaScript, it's mighty advantages and why it can give you the piece of mind of strongly-typed languages while still letting you have all the advantages of JavaScript's flexibility.

sericaia commented 8 years ago

Let's have it in the next event 💃

daviddias commented 8 years ago

Really want to see this one! :D

sericaia commented 7 years ago

@mmv are you still interested to do this talk? :)

mmv commented 7 years ago

@sericaia sure! I'll be doing the same talk at PixelsCamp, but I don't think that's a problem.

sericaia commented 7 years ago

What do you think about having this in October, 19? (tried to pick a date between pixelscamp and websummit)

mmv commented 7 years ago

It's going to be difficult because I'll be out most of October, so maybe we can point to a November meetup instead (probably after WebSummit)

sericaia commented 7 years ago

Postponed to November ;)

johnytiago commented 7 years ago

Will happen in December.

mmv commented 7 years ago

Delivered!