nbb

borkdude 2022-10-09T15:53:57.197189Z

Nbb: Node.js babashka v1.0.136! (yes, 1.x.x!) Scripting in Clojure on Node.js using SCI 1.0.136 • https://github.com/babashka/nbb/issues/258: improvements for loading namespaces and JS code asynchronously • Fix compatibility with latest HoneySQL version • Bump promesa to latest version and include promise-aware doseq macro

😍 2
🎉 2
borkdude 2022-10-09T15:58:44.511169Z

New doseq macro in promesa:

$ nbb -e "(require '[promesa.core :as p]) (p/doseq [x [1 2 3]] (p/delay (- 100 x)) (prn x))"
1
2
3

❤️ 1
borkdude 2022-10-09T15:59:21.709369Z

cc @philippmarkovics ^

ray 2022-10-09T16:27:28.447509Z

Nice! Will use immediately!!!