RamdaScript is a functional language that compiles to JavaScript. It has few main features:
- A Lisp dialect.
- Autocurried functions.
- Ramda as the standard library.
- Straightforward interoperability with JavaScript.
- Clean JavaScript output.
Using npm
npm install -g ramdascriptRun a script
ram path/to/script.ramCompile a script
ram compile -src path/to/script.ramTo play with the REPL
ram replFor documentation https://github.com/yosbelms/ramdascript/blob/master/docs.md
See examples https://github.com/yosbelms/ramdascript/tree/master/examples
TodoMVC https://github.com/yosbelms/ramdascript-todomvc
To file an issue https://github.com/yosbelms/ramdascript/issues
MIT (c) 2016-present Yosbel Marin
