Skip to content

library for functional programming via coffeescript, lightweight & convenient

License

Notifications You must be signed in to change notification settings

luochen1990/coffee-mate

Repository files navigation

CoffeeMate

Having CoffeeScript for Functional Programming is cool, and it will be much better with this CoffeeMate, which provides a lot of properties(which should be implemented by a library rather than the CS-compiler) for CSers, includes:

API list

Here lists all APIs provided, click it to see demo. you can also read API description for more details.

Install

for nodejs

  1. install with npm: your-repo/> npm install coffee-mate --save
  2. require separately or globally:
    • require separately: {log, assert, dict} = require 'coffee-mate'
    • require globally: require 'coffee-mate/global'

for browsers

<script src="http://rawgit.com/luochen1990/coffee-mate/master/build/global.js" type="text/javascript"></script>

Run Demo (nodejs)

run coffee ./demo.coffee under directory coffee-mate/ directly after you have coffee-script installed.

About

library for functional programming via coffeescript, lightweight & convenient

Resources

License

Stars

Watchers

Forks

Packages

No packages published