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

wisp

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wisp

Homoiconic JS with clojure syntax, s-expressions & macros

latest
Source
npmnpm
Version
0.13.0
Version published
Maintainers
2
Created
Source

A little Clojure-like LISP in JavaScript.

  • Read about the language essentials & documentation.

  • Drop wisp.min.js into your HTML code:

<script src="wisp.min.js"></script>

<script type="application/wisp">
  (alert "Hello world!")
</script>

<!-- Load from a file: -->
<script type="application/wisp" src="my-script.wisp"></script>
  • Or install the binary with npm:

    npm install wisp

  • Compile wisp code to native JS just like CoffeeScript:

    node_modules/.bin/wisp < my-script.wisp > my-script.js

  • Fire up a REPL to explore the language:

    ./node_modules/.bin/wisp

More info.

Wisp is currently in maintenance mode. We're merging PRs but not actively writing new code.

Keywords

compiler

FAQs

Package last updated on 27 Dec 2019

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