stutter

0.1.3 • Public • Published

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 "

Readme

Keywords

Package Sidebar

Install

npm i stutter

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • brianneisler