wisp-lang / wisp

A little Clojure-like LISP in JavaScript

Home Page:https://gozala.github.io/wisp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WASI executable

rcarmo opened this issue · comments

I’ve been pondering how to get wisp running under a-shell (https://github.com/holzschu/a-shell) as a WASI CLI executable. Is there any prior art?

On the a-shell README it mentions there is a js runtime availble. Could you just run the Wisp output directly with that?

BTW I highly recommend checking out the squint-cljs suite as it has largely similar goals to Wisp but is more up to date and closer to Clojure.

Nope, jsc doesn’t really do the same as node, and wisp.js is not structured correctly to handle command line arguments, so it’s kind of useless as a CLI.