Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidchase/ramtuary

Ramda + Ramda Fantasy + Sanctuary REPL :herb:
https://github.com/davidchase/ramtuary

functional functional-programming ramda ramda-fantasy repl sanctuary

Last synced: 19 days ago
JSON representation

Ramda + Ramda Fantasy + Sanctuary REPL :herb:

Awesome Lists containing this project

README

        

# ramtuary
JavaScript functional REPL

[![builtwith](https://img.shields.io/badge/built--with-rollup-e94c43.svg?style=flat-square)](http://rollupjs.org)
[![builtwith](https://img.shields.io/badge/es6--with-bublé-0074D9.svg?style=flat-square)](http://buble.surge.sh/#)
[![builtwith](https://img.shields.io/badge/repl--with-codemirror-d30707.svg?style=flat-square)](https://codemirror.net)

## Usage
This REPL includes different libraries such as

- [Ramda](https://github.com/ramda/ramda) - available with prefix `R` or without
- [Sanctuary](https://github.com/sanctuary-js/sanctuary) - available with prefix `S`
- [Ramda Fantasy](https://github.com/ramda/ramda-fantasy) - available `Either, Future, Identity, IO, Maybe, Reader, Tuple `
- [Tcomb](https://github.com/gcanti/tcomb) - available as `tcomb`
- [Sanctuary-Type-Classes](https://github.com/sanctuary-js/sanctuary-type-classes) - available as `Z`

## Todo
- [x] Add examples
- [x] Add info for available libraries

### Please note
If you are looking for the original REPL, it is now part of Ramda REPL [here](http://ramdajs.com/repl/)