stutter
v0.1.3
Published
Functional language for js
Downloads
14
Readme
stutter
Functional language built on Javascript
Build Status
Install
npm install -g stutter
Usage
running a program
stutter path/to/file.js
starting REPL
stutter
Code Example
ns('lang',
log('"Hello World!'))
Code Parts
- Strings are identifiers
- all keywords are simple functions
- Actual strings are of the format '"my string' with a leading double quote "