stoeffel / ramtuary

Ramda + Ramda Fantasy + Sanctuary REPL

Home Page:http://davidchase.github.io/ramtuary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ramtuary

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)

Try it out

usage

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

todo / features

  • 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)

About

Ramda + Ramda Fantasy + Sanctuary REPL

http://davidchase.github.io/ramtuary/

License:MIT License


Languages

Language:JavaScript 99.6%Language:HTML 0.3%Language:CSS 0.1%