Skip to content

Folktale is a suite of libraries for generic functional programming in JavaScript that allows you to write elegant modular applications with fewer bugs and more reuse.

License

unbracketed/folktale

 
 

Repository files navigation

Folkale

Documentation status Build status NPM version Dependencies status Licence Stability: Stable

Folktale is a suite of libraries for generic functional programming in JavaScript that allows you to write elegant modular applications with fewer bugs and more reuse.

This package provides a consistent prelude / standard library for JavaScript based on that philosophy, by bringing together many individual modules in the Folktale project.

Installing

You can grab the latest release from npm:

$ npm install folktale

Documentation

You can read the documentation online at http://docs.folktalejs.org/. You can also build the documentation locally with Sphinx:

$ git clone git://github.com/folktale/folktale.git
$ cd folktale
$ npm install
$ make documentation

Platform support

This library assumes an ES5 environment, but can be easily supported in ES3 platforms by the use of shims. Just include es5-shim :)

Licence

Copyright (c) 2015 Quildreen Motta.

Released under the MIT licence.

About

Folktale is a suite of libraries for generic functional programming in JavaScript that allows you to write elegant modular applications with fewer bugs and more reuse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.8%
  • Makefile 14.2%