#nbbjs search results
#node v18.6.0 exposes `describe` and `it` via the test runner! `import { describe, it } from 'node:test';` #javascript
Hey @LoopCodeRecur, your blog post in on the first page of @newsycombinator! Bravo 🎉 #nbbjs #Clojure
Trying for the #babashka and #nbbjs contest by @borkdude Is this this IRL enough or too much cheating? 😅 Getting that pointy topside of the hoodie is a challenge!
⬇️ Fresh news: Soon publishing a WIP Trello clone write in ClojureScript with nbb! #Clojure #nbbjs #ClojureScript
Promesa.core has a new doseq macro which is a promise-aware variant of clojure's doseq (but takes only one binding). It runs the body with the binding async and chains each invocation. Available in the newest #nbbjs #clojure #clojurescript
Just released vim-iced ver 3.7.0, Clojure Interactive Development Environment for Vim8/Neovim. github.com/liquidz/vim-ic… Added support for @borkdude 's nbb nrepl-server. Also updated instant connecting command to support nbb :) #vim #clojure #nbbjs
Calling JS generated by #squintcljs from #nbbjs This comes in handy when you want to write a pageFunction for Playwright. #clojure #clojurescript
I created a Command Line Game in #ClojureScript with #nbbjs (#NodeJS environment for CLJS). Thanks @borkdude for nbb and also Happy Birthday! Source code: github.com/prestancedesig… #Clojure
I spent last week playing with #nbbjs and shared my experience! dev.to/crinklywrappr/…
The original lambda was implemented with #nbbjs(Clojure), uses "Node.js 14.x" runtime, and has 2.9 MB package size. The execution statistics sample: "Duration: 1017.58 ms Billed Duration: 1018 msMemory Size: 128 MBMax Memory Used: 99 MBInit Duration: 928.69 ms" 2/3
Second, the latest release of the graph-validator action support custom validations - github.com/logseq/graph-v…. Custom validations are just #nbbjs #clojurescript tests. We're not only using this on our docs but also on personal graphs to enforce modeling and data constraints
Did you know that hot module reloading for server side JS hardly exists? This is what #nbbjs and other ClojureScript on Node.Js REPL environments uniquely bring to the table. #clojurescript #clojure
Announcing an official release of logseq-query - github.com/cldwalker/logs…. If you'd like to reuse and share @logseq queries and rules, try it with `npm install logseq-query -g`. #nbbjs
This example app runs on fly.io. For most personal use graphs, people should be able to run this for free! Thanks to @borkdude for his original #nbbjs example which demonstrated how easy it is to run a app with #nbbjs
A new version of #nbbjs: Scripting in Clojure on Node.js using SCI github.com/babashka/nbb/b… #clojure #clojurescript
Malli is now source-compatible with #nbbjs: github.com/babashka/nbb/t… #clojure
Announcing an HTTP service for querying Logseq's docs - frosty-cherry-9258.fly.dev. This #nbbjs example can run any of the datalog queries the Logseq app can, runs against any @logseq graph and the results are linkable. See github.com/logseq/nbb-log… to give it a try on your graph!
Depending on how you define success, #babashka and #nbbjs (although not different programming languages, they are different runtimes for #clojure) :) - babashka.org - github.com/babashka/nbb
Second, the latest release of the graph-validator action support custom validations - github.com/logseq/graph-v…. Custom validations are just #nbbjs #clojurescript tests. We're not only using this on our docs but also on personal graphs to enforce modeling and data constraints
Happy to announce a new github action that automates export of a @logseq graph to #RDF - github.com/logseq/rdf-exp…. ☀️ This makes it easy to publish a subset of your graph and take part in the #LinkedData ecosystem. Thanks to #nbbjs for making this possible
Thanks to #nbbjs and @RubenVerborgh's N3.js library for making this rdf conversion easy
Thanks to #nbbjs for enabling nbb-logseq to be used as a library from #NodeJS scripts. Previously @logseq was mostly just scriptable through #ClojureScript scripts
Promesa.core has a new doseq macro which is a promise-aware variant of clojure's doseq (but takes only one binding). It runs the body with the binding async and chains each invocation. Available in the newest #nbbjs #clojure #clojurescript
Calling JS generated by #squintcljs from #nbbjs This comes in handy when you want to write a pageFunction for Playwright. #clojure #clojurescript
org-mode gets support for #babashka and #nbbjs 😊 git.savannah.gnu.org/cgit/emacs/org… #clojure
Very relevant to #nbbjs users as well! github.com/babashka/nbb #clojure #clojurescript
My new book is now free to read online: “Shell scripting with Node.js“ exploringjs.com/nodejs-shell-s…
A new version of #nbbjs: Scripting in Clojure on Node.js using SCI github.com/babashka/nbb/b… #clojure #clojurescript
Machine learning in JS on Bun github.com/facebookresear… Could be interesting to use with #nbbjs (REPL), #cherrycljs or #clavascript #clojure #clojurescript
Implementing a comment system with #nbbjs, @htmx_org and AWS Lambda nickcellino.com/blog/2022-09-0… #clojure #clojurescript #aws #lambda #serverless
The original lambda was implemented with #nbbjs(Clojure), uses "Node.js 14.x" runtime, and has 2.9 MB package size. The execution statistics sample: "Duration: 1017.58 ms Billed Duration: 1018 msMemory Size: 128 MBMax Memory Used: 99 MBInit Duration: 928.69 ms" 2/3
80% of my open source income stream comes from companies and I'm not even counting @cljtogether. If it weren't for the companies, I'd still be doing #cljKondo, #babashka, #nbbjs, SCI etc. as side projects. If your company uses or appreciates the tooling: github.com/sponsors/borkd…
Did you know that hot module reloading for server side JS hardly exists? This is what #nbbjs and other ClojureScript on Node.Js REPL environments uniquely bring to the table. #clojurescript #clojure
ES6 modules complicate this. For #nbbjs (interpreter) the normal Interactive development you expect from a Lisp is supported but for #cherrycljs (compiler) I’m not sure yet what to do. A mutable backing object that shadows the modules perhaps.
Today it's nbb's first birthday! 🎂 It - is a #clojurescript interpreter for scripting that integrates with Node.js - runs any JS lib and with any installed version of Node.js (> 14) and on Google Cloud + AWS Lambdas and #bunjs (FFI!) github.com/babashka/nbb #nbbjs #clojure
Works with #clojure #nbbjs, just tested it :) github.com/babashka/nbb/b… #bunjs
Pretty CLIs in bun with blipgloss Uses bun:ffi with the golang lipgloss library (@charmcli) github.com/wobsoriano/bli…
An example of #bunjs FFI using #nbbjs and ncurses github.com/babashka/nbb/b… #clojure #clojurescript
Hey @LoopCodeRecur, your blog post in on the first page of @newsycombinator! Bravo 🎉 #nbbjs #Clojure
Trying for the #babashka and #nbbjs contest by @borkdude Is this this IRL enough or too much cheating? 😅 Getting that pointy topside of the hoodie is a challenge!
#node v18.6.0 exposes `describe` and `it` via the test runner! `import { describe, it } from 'node:test';` #javascript
⬇️ Fresh news: Soon publishing a WIP Trello clone write in ClojureScript with nbb! #Clojure #nbbjs #ClojureScript
I created a Command Line Game in #ClojureScript with #nbbjs (#NodeJS environment for CLJS). Thanks @borkdude for nbb and also Happy Birthday! Source code: github.com/prestancedesig… #Clojure
Deploying an #nbbjs app to @flydotio github.com/babashka/nbb/b… Example: polished-dream-6363.fly.dev #clojure #clojurescript
Responsive e-mail design with #nbbjs + the mjml + hiccup #clojure github.com/babashka/nbb/t… Example by github.com/littleli
This is how you can make a standalone .mjs script from an nbb project and run it on Windows, by creating a small .cmd shim: #nbbjs #clojure
Calling JS generated by #squintcljs from #nbbjs This comes in handy when you want to write a pageFunction for Playwright. #clojure #clojurescript
Testing bun ffi in #nbbjs: dirname, realpath, printf and ... malloc... After a few segmentation faults... it works :) #clojure #clojurescript @jarredsumner
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Saturday 17.8K posts
- 2. #LingOrm1st_ImpactFANCON 1.2M posts
- 3. Talus Labs 24.6K posts
- 4. #SaturdayVibes 2,625 posts
- 5. #KirbyAirRiders 2,064 posts
- 6. Frankenstein 86.1K posts
- 7. Brown Jackson 6,152 posts
- 8. taylor york 9,516 posts
- 9. Giulia 16.3K posts
- 10. Justice Jackson 6,572 posts
- 11. Tulane 4,579 posts
- 12. The Supreme Court 145K posts
- 13. Collar 17K posts
- 14. Aaron Gordon 5,979 posts
- 15. Pluribus 32K posts
- 16. Russ 14.5K posts
- 17. Tatis 2,334 posts
- 18. The UN 89.4K posts
- 19. Ayn Rand 7,649 posts
- 20. #TheFutureIsTeal N/A