Matthew Podwysocki - Streaming and event-based programming using FRP and RxJS (FutureJS 2014)
This is a talk from Barcelona FutureJS 2014 (//futurejs.org). What's does a mouse drag event have in common with an Array of numbers? The answer to this ...
Pavithra Kodmad - Deep Dive into Rxjs Observables.
Observables in Rxjs are the founding bricks of Functional Reactive Programming in Javascript. Being an enumerable future and containing async behaviour are ...
RxJS used to build a game (enhanced game features)
Talk by Christopher Vollick at DevHouse Waterloo, October 2015 meetup //www.meetup.com/DevHouse-Waterloo/events/226147634/ Code location ...
Angular Air Episode 29: Reactive Programming
The creator of RxJS, Matt Podwysocki, joins us to talk about Reactive programming and its influence in Angular 2.
Asynchronous JavaScript at Netflix by Matthew Podwysowski at JSConf Budapest 2015
Slides: https://github.com/mattpodwysocki/jsconfbp-2015 //jsconfbp.com/#mattpodwysocki What's does a mouse drag event have in common with an Array of ...
Netflix JavaScript Talks - Async JavaScript with Reactive Extensions
Netflix JavaScript Talks - Episode 1 Async JavaScript with Reactive Extensions In this talk, you'll learn how Netflix uses the Reactive Extensions (Rx) library to ...
Guys, is the definition for `getJson` from the example at 23:00 available
somewhere? Curious how you implemented it to handle errors and support
`retry`
Angular Air Episode 49: What's new in RxJS 5.0 with Ben Lesh
RxJS is red hot right now in the JavaScript community and it is only going to get hotter once Angular 2 lands. Ben is one of the core contributors to RxJS and has ...
JSDC 2014 #09 RxJS for frontend developers / Huge
Nordic.js 2014 • Douglas Crockford - The Better Parts
+Joel Berger the "use strict" thing is pretty funny, and is a pretty obvious "borrowing".Despite a fuzzy memory on the Perl 5 timeline, I'm pretty sure that Perl also borrowed things like closures from other earlier languages, as well. (e.g. - "code blocks" in Clipper 5, and wherever they borrowed that from...)
+Roboprogs Perl 5 was released in 1994 (ref: //perldoc.perl.org/perlhist.html) Javascript was released in 1996 (ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript). The features that ES6 adds, those that mimic Perl, and are being touted as new and wonderful, have been in Perl since before Javascript existed and are basically unchanged since then.I am happy that Javascript is becoming a better. more usable language. I object to the claims that it is being born of their own creativity and not on the backs of the innovation of other languages before it. JS's strict mode is enabled using the phrase 'use strict' for goodness sakes! Exactly the Perl mechanism, except since "use" doesn't mean anything in Javascript, it is just a magic literal. The list of stolen features goes on and on. Again I don't care that they are stolen, just say "we are taking these from Perl, since, for all its warts, it got a lot of things right".
+Joel Berger I think that Javascript and Perl 5 are roughly the same age. Perl 4 did not have the blessings of lexical variable scope, references, closures nor an object call syntax. It seems both languages (JS & P5) where chasing many of the same goals at about the same time, so I would be hesitant to accuse one of ripping off the other.As much as I like Perl (often one of my language-of-choice selections for little home jobs), it's not available in a browser, and the rest is history.
interesting guy, really not sure if he knows what he's talking about or not. he mentions quite a few tidbits, perhaps he has a non-technical audience and so leaves out the parts that I would like to hear. his new data type is actually a reduction in range from a double. he has transferred 3 bits from the exponent to the coefficient. while he may have changed some other properties of the numeric format, he really has not improved on the standard double float value. also, the people he needs to convince to use this new data type are the CPU manufacturers. I am disappointed that he seems totally ignorant of perl and the number of innovations it has made over the years. his general statement that outdated technology as 'bad ideas' doesn't inspire any confidence in his new ideas.