0.1.3 • Published 8 years ago

stutter v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

stutter

Functional language built on Javascript

Build Status

npm version Build Status NPM

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 "