0.2.1 • Published 8 years ago

zaphod v0.2.1

Weekly downloads
146
License
MIT
Repository
-
Last release
8 years ago

Zaphod

Travis Coveralls npm Gitter API Docs

Clojure's immutable data API for JavaScript's own data structures, using the function bind operator.

import { inc, update } from 'zaphod';

const state = { count: 0 };

state::update('count', inc)
// => { count: 1 }

However, you don't need to know Clojure to make the most of Zaphod. This library is just a set of JavaScript functions that make working with immutable data more fun!

Find the docs, cheatsheet and rationale at the website.

npm install --save zaphod
# or
https://unpkg.com/zaphod@0.2.0

Check out the getting started guide for an in-depth explanation on configuring Babel to work with the function-bind operator.

0.2.1

8 years ago

0.2.0

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

1.0.0

9 years ago