0.1.1 • Published 9 years ago
r_ v0.1.1
r_
A quick way to play with RamdaJS from the command line.
Usage
After starting the repl, you will get a typical node prompt. but, all of
Ramda's functions should be availible. You shouldn't even have to reference
R! (It's there if you want it though. So you can copy and paste common online
code into the repl).
$ r_
λ > add(1)(1)
2
λ > view(lensProp('a'), { a: 3 })
3Install
From NPM
$ npm install -g r_
$ r_
λ >From Git
$ git clone git@github.com:MrRacoon/r_.git
$ cd r_
$ npm install -g
$ r_
λ >