SkillAgentSearch skills...

Wisp

A little Clojure-like LISP in JavaScript

Install / Use

/learn @wisp-lang/Wisp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

A little Clojure-like LISP in JavaScript.

<!-- interactive demo -->
  1. Read about the language essentials & documentation.

  2. 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>
  1. Or install the binary with npm:

    npm install wisp

  2. Compile wisp code to native JS just like CoffeeScript:

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

  3. 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.

View on GitHub
GitHub Stars989
CategoryDevelopment
Updated17d ago
Forks72

Languages

wisp

Security Score

80/100

Audited on Mar 14, 2026

No findings