Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/davidchase/ramtuary
- Owner: davidchase
- License: mit
- Created: 2015-09-09T02:36:48.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-12-04T08:37:32.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T10:16:01.915Z (6 months ago)
- Topics: functional, functional-programming, ramda, ramda-fantasy, repl, sanctuary
- Language: JavaScript
- Homepage: http://davidchase.github.io/ramtuary/
- Size: 1.34 MB
- Stars: 72
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)