clisp

0.0.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i clisp

    Weekly Downloads

    3

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • youngoat