Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Expert to Expert: Web Programming, JavaScript with Types and Flapjax
Jun 28, 2009 at 3:41 AM@ Borum.NET
> and what kind of real industry problem is trying to solve?
Programming with callbacks and the reliance on state this implies
Expert to Expert: Web Programming, JavaScript with Types and Flapjax
Jun 28, 2009 at 3:31 AMWell it's not surprising, what Flapjax tries to do is vastly more ambitious than what jQuery or MooTools do. These are just libraries wrapping the DOM. Flapjax brings Functional Reactive Programming to Javascript, it lets you write event handling code without inversion of control (no callbacks). There's no way you're going to do that with just MooTools or jQuery. FlapJax is orthogonal to these, you can use them together.