Skip to content

casualjavascript/haskell-in-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ƒ

Implementing native versions of Haskell functions according to JavaScript ES6 standards.

  1. Haskell in ES6: Part 1
  2. Haskell in ES6: Part 2

Install & usage

$ git clone https://github.com/casualjs/f
$ npm install
var ƒ = require('./lib/ƒ');

Test with:

$ npm test

Functions

Miscellaneous functions:

List operations:

Special folds:

Infinite lists:

Sublists:

Zipping and unzipping lists:

About

Source for "Haskell in ES6" article series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published