New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

clisp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clisp

Simulator of Common LISP

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

clisp

Simulator of Common LISP

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

Table of contents

  • Get Started
  • API
  • Examples
  • Why clisp
  • Honorable Dependents
  • About
  • References

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

Keywords

LISP

FAQs

Package last updated on 09 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts