🦞🌯 Lobster Roll

Thread

optlam: an optimal function evaluator written in JavaScript. (github.com)

Stories related to "optlam: an optimal function evaluator written in JavaScript." across the full archive.

optlam: an optimal function evaluator written in JavaScript. (github.com)
Asynchronous Function Decorators (eigenjoy.com)
Bacon.js Makes Functional Reactive Programming Sizzle | Flowdock (blog.flowdock.com)
Callbacks are imperative, promises are functional: Node’s biggest missed opportunity (blog.jcoglan.com)
Lists out of lambdas and boxes out of functions (bendyworks.com)
Intro to Functional Reactive Programming with Bacon.js and ClojureScript (youtube.com)
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
Invoking JavaScript Functions With 'call' and 'apply' (designpepper.com)
How to Unit Test Private Functions in JavaScript (an experimental approach) (philipwalton.com)
Why I Test Private Functions In JavaScript (philipwalton.com)
An Introduction to IIFEs - Immediately Invoked Function Expressions (designpepper.com)
Fun with JavaScript Native Array Functions (flippinawesome.org)
7 lines JavaScript library for calling asynchronous functions (tech.pro)
gherkin: a functional programming language and interpreter written in GNU Bash 4 (github.com)
Functional JavaScript for crawling the Web (nicolas.perriault.net)
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)
Project Ramda: A practical functional library for Javascript programmers (github.com)
How to export functions into a worker (gist.github.com)
Invoke: declare a function on a server, then directly use it in a browser (github.com)
Show: MicroKanren Evaluator (functorial.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.
Functional Programming using Javascript (scott.sauyet.com)
ES7 Async Functions on Tuts+ (joezimjs.com)
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.
Practical Functional Javascript with Ramda (developer.telerik.com)
Run Any JavaScript Function in the Cloud (github.com)
Negating Predicate Functions in JavaScript (adripofjavascript.com)
What Color is Your Function? (journal.stuffwithstuff.com)
The Quantum Electrodynamics of Functional JavaScript (raganwald.com)
Gettin' Freaky Functional w/Curried JavaScript (blog.carbonfive.com)
Composing Synchronous and Asynchronous Functions in JavaScript (blog.carbonfive.com)
Left-Variadic Functions in JavaScript (raganwald.com)