We’ve gotten our feet wet with event-driven programming by developing a framework which controls the flow of data through our system. Effectively, I’ve made my framework available on Github for use by anyone: MinDispatch framework on GitHub.
About Gio
I am a torrent of ingenuity (or insanity) with a myriad of innovations (sometimes fallacies) and a wealth of inspiration (possibly naiveté). My name is Gio Carlo Cielo Borje and I like puffer fish because they're just cooltalkin', highwalkin' and fastlivin'.
I'm also eighteen, current student at UC Irvine for Computer Science, and Senior Developer at the upcoming MetaZaku Foundation.
Prelude into Underscorejs: Higher-Order Functions
DocumentCloud’s project, Underscorejs, interested me for a while now since I’ve seen its beautiful documentation produced through Docco.
Additionally, while playing with higher-order functions on Haskell, I wanted to see how they may simplify a standard set of computational tasks that I would normall write in C. Fortunately, JavaScript allows me to do this in a multi-paradigm fashion.
Read More