An open API service indexing awesome lists of open source software.

https://github.com/shou/prelude-js

The Haskell base library, Prelude, partially rewritten in Javascript
https://github.com/shou/prelude-js

Last synced: 11 days ago
JSON representation

The Haskell base library, Prelude, partially rewritten in Javascript

Awesome Lists containing this project

README

          

Prelude-js
==========

The Haskell base library, Prelude, partially rewritten in Javascript

This is based on the Haskell base library with the same name, Prelude. It aims
to bring the convenience of functional programming to Javascript mostly through
higher-order functions (function composition, currying, maps, filters, folds).