Ramda + ramda-fantasy REPL
$ npm install --save ramda-repl
var ramdaRepl = require('ramda-repl');
ramdaRepl();
//=> Will start a REPL
$ npm install --global ramda-repl
$ ramda-repl
Will start a REPL as below with R
as well as current context is extended with ramda
Welcome to Ramda REPL!
λ > typeof R
'object'
λ > typeof map
'function'
λ > typeof zipWith
'function'
MIT © Hemanth.HM