GitHub - wisp-lang/wisp: A little Clojure-like LISP in JavaScript (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
A little Clojure-like LISP in JavaScript.
- Read about the language essentials & documentation.
- Drop wisp.min.js into your HTML code:
- 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
Wisp is currently in maintenance mode. We're merging PRs but not actively writing new code.