github.com/babashka/fs/...
#clojure #babashka #nbbcljs
github.com/babashka/fs/...
#clojure #babashka #nbbcljs
github.com/babashka/nbb
#clojure #clojurescript #nbbcljs
github.com/babashka/nbb
#clojure #clojurescript #nbbcljs
Source here: github.com/babashka/nbb...
#clojure #clojurescript #nbbcljs
Source here: github.com/babashka/nbb...
#clojure #clojurescript #nbbcljs
And new #nbbcljs dropped which uses the newest SCI. Demo:
$ npx nbb@1.4.206
Welcome to nbb v1.4.206!
user=> (defn ^:async foo [] (let [x (await (js/Promise.resolve 1))] (inc x)))
#'user/foo
user=> (foo)
#<Promise 2>
#clojure
And new #nbbcljs dropped which uses the newest SCI. Demo:
$ npx nbb@1.4.206
Welcome to nbb v1.4.206!
user=> (defn ^:async foo [] (let [x (await (js/Promise.resolve 1))] (inc x)))
#'user/foo
user=> (foo)
#<Promise 2>
#clojure
$ node lib/nbb_main.js -e '(time (print (loop [i 0 j 10000000] (if (zero? j) i (recur (inc i) (dec j))))))'
10000000
"Elapsed time: 9.315083 msecs"
#clojure #babashka #nbbcljs #scittlecljs
$ node lib/nbb_main.js -e '(time (print (loop [i 0 j 10000000] (if (zero? j) i (recur (inc i) (dec j))))))'
10000000
"Elapsed time: 9.315083 msecs"
#clojure #babashka #nbbcljs #scittlecljs
#clojure #clojurescript
github.com/babashka/nbb...
#clojure #clojurescript
github.com/babashka/nbb...
gre.gorio.ch/projects/mul...
Deployed at multi-ttt-134n2qtfaad5.gregorybleiker.deno.net
#clojure #clojurescript
gre.gorio.ch/projects/mul...
Deployed at multi-ttt-134n2qtfaad5.gregorybleiker.deno.net
#clojure #clojurescript
Thank you for sponsoring my work through Clojurists Together, Github Sponsors or otherwise!
(link in reply)
#clojure #babashka #scittlecljs #nbbcljs #squintcljs
Thank you for sponsoring my work through Clojurists Together, Github Sponsors or otherwise!
(link in reply)
#clojure #babashka #scittlecljs #nbbcljs #squintcljs
It is the SCI (Small Clojure Interpreter) tailored for scripting on Node.js.
https://github.com/babashka/nbb
#clojure #nbbcljs
It is the SCI (Small Clojure Interpreter) tailored for scripting on Node.js.
https://github.com/babashka/nbb
#clojure #nbbcljs
Here is a little demo of changing the handler for a Bun.serve application.
(The same also works with #nbbcljs of course).
github.com/squint-cljs/...
#clojure #clojurescript
Here is a little demo of changing the handler for a Bun.serve application.
(The same also works with #nbbcljs of course).
github.com/squint-cljs/...
#clojure #clojurescript
@jarredsumner
and other people's work! This means you can now use bun:ffi etc from a #clojure REPL! :)
@jarredsumner
and other people's work! This means you can now use bun:ffi etc from a #clojure REPL! :)