0.0.1 • Published 6 years ago

clisp v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
6 years ago

clisp

Simulator of Common LISP

It is useless. But, I hope you feel interested.

Table of contents

Links

Get Started

In CLI:

# Global command "clisp" will be installed.
npm install -g clisp

# Show help info.
clisp ?

# Show available operators.
clisp @

# Run.
clisp + 1 2 3
# OUTPUT: 6

In Node.js:

const clisp = require('clisp');

clisp.plus(1, 2); 
// RETURN 3

API

Examples

Read unit tests for more examples.

Why clisp

Honorable Dependents

About

References