Ramda + Ramda Fantasy + Sanctuary REPL
This is basically a clone of the ramda repl with a new skin.
With some additions of ramda fantasy and sanctuary for moar fun.
Inspired by ramda repl.
Inlcudes ramda, ramda fantasy and sanctuary
Uses Babel and latest version of CodeMirror under the hood
Supports es6 and even es7 (console::console.log
)
The following variables are available globally:
R
for Ramda
S
for Sanctuary
Either, Future, Identity, IO, Maybe, Reader, Tuple
for Ramda Fantasy
Use Tab for auto-completion
Examples located in this folder
- add
console.log
capturing for output - update to latest codemirror for moar features
- switch to babel
- support auto-completion
- match brackets
- remove jquery dependency
- refactor/code cleanup (could always use a bit of that)