Fork me on GitHub
#squint
<
2022-09-19
>
borkdude19:09:59

Released a new version of squint to npm which has the beginnings of a Node.js REPL

borkdude@m1 /tmp/sqt $ echo '{}' > package.json
borkdude@m1 /tmp/sqt $ npm install squint-cljs@latest

added 1 package, and audited 2 packages in 1s

found 0 vulnerabilities
borkdude@m1 /tmp/sqt $ npx squint repl
user=> (+ 1 2 3)
6
user=>
Please try it out and of course report errors - there will be some :)

💯 1
borkdude19:09:02

Already found the first one ;)

😑 3