wisp-lang / wisp

A little Clojure-like LISP in JavaScript
https://gozala.github.io/wisp/
Other
982 stars 68 forks source link

Testing with Bun 1.0 #174

Open rcarmo opened 1 year ago

rcarmo commented 1 year ago

I have to point this out - I'm picking up bun now that it's finally a 1.0, and it works:

% bun install wisp
bun add v1.0.0 (822a00c4)

 installed wisp@0.13.0 with binaries:
  - wisp

 34 packages installed [4.22s]
me@gnome:~% bun run wisp
=> (+ 1 2)
3
=> 

Maybe it's worthwhile to run a few tests on it and check if everything works?

wisp stands to gain a lot from bun's OS support and native calls, including sqlite support.

chr15m commented 1 year ago

Related: Squint added bun support yesterday. https://github.com/borkdude/bun-squint-loader