JavaScript, TypeScript and PureScript

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=JTEfpNtEoSA



Duration: 26:30
25,453 views
541


JavaScript is often derided for callback hell and for quirks around equality, number handling, type coercions and the "this" keyword. This is largely a straw man argument. Developers work around these shortcomings through conventions, tools, and libraries and problems caused by these kinds of quirks come up infrequently. This talk instead aims to explore the best ways that I know how to write JavaScript- using good conventions, using functional libraries, using types, using promises and immutable data- and motivate PureScript as a way of pushing the limits and bringing development in the JavaScript ecosystem to the next level.

EVENT:

Reaktor Breakpoint 2018

SPEAKER:

Nicholas Kariniemi

PERMISSIONS:

Reaktor provided Coding Tech with the permission to republish this video.

CREDITS:

Original video source: https://www.youtube.com/watch?v=IvPBMEYxP-Y

Additional material for JavaScript learners:
https://amzn.to/2JrUINQ Eloquent JavaScript, 3rd Edition: A Modern Introduction to Programming
https://amzn.to/2HwAMYd Simplifying JavaScript: Writing Modern JavaScript with ES5, ES6, and Beyond
https://amzn.to/2Cq5bmL JavaScript: JavaScript Programming.A Step-by-Step Guide for Absolute Beginners
https://amzn.to/2uhIvAP How JavaScript Works
https://amzn.to/2CwS2bU The Modern JavaScript Collection







Tags:
javascript
typescript
purescript
types
static types
functional programming