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
- Host: GitHub
- URL: https://github.com/shou/prelude-js
- Owner: Shou
- Created: 2013-01-18T23:54:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-22T22:56:28.000Z (over 13 years ago)
- Last Synced: 2025-01-10T01:20:43.055Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).