Thread
Stories related to "optlam: an optimal function evaluator written in JavaScript." across the full archive.
The code is pretty much unreadable in the video, but you can follow along on GitHub:
https://github.com/Cicayda/yolk-examples/blob/master/src/yolk_examples/client/autocomplete.cljs
https://github.com/Cicayda/yolk-examples/blob/master/src/yolk_examples/client/dragdrop.cljs
Callbacks are imperative, promises are functional: Node’s biggest missed opportunity
(blog.jcoglan.com)
I wanted to revisit this because it's been a big year for Node's growth (though I don't follow it closely). Promises have a spec and are now commonly known, but don't have the ubiquity that adoption by a major project like Node would have brought. Missed opportunity, or has Node comfortably avoided ...
Om sweet Om: (high-)functional frontend engineering with ClojureScript and React
(blog.getprismatic.com)
This is still a work-in-progress, but it's just about at the point where it is showable. The goal is to provide a browser-based tool for learning about microKanren and its execution. Any comments or suggestions would be greatly appreciated.
I recently wrote a tutorial for Tuts+ about ES7 Async Functions. I was just published a couple of days ago (Dec 7, 2014) and I just wanted to bring it to light for anyone who doesn't follow Tuts+. The tutorial is titled A Primer on ES7 Async Functions.