#clojurescript search results
Since I've been writing my 'badspreadsheet' program I've also been keen to prototype other things on grids. I love factory automation games and always wondered if I actually had what it takes to make a game at all. Here's the first stages. #clojurescript
Hi folks! Telemere's first v1 release candidate is out now 🎉 To celebrate, here's a very short (7 min) lightning intro to show what it can do. Cheers! :-) #Clojure #ClojureScript #Observability
#clojurescript #clojure friends Did you know that you shouldn't be derefing subscriptions in your event handlers? It can memory leak. Fast. Try this out instead 👇 Inject the sub value as cofx using a lib
A mashup between reagami and webcomponents. I don't know why you would do this, but you can! #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=gz…
🚀 Asteroids with ClojureScript & Scittle Physics, collisions, UFO enemies, hyperspace jump (10% death risk!) Zero build, pure browser magic 🎮 tiny.cc/gisu001 #Clojure #ClojureScript #Scittle #GameDev
pr-str, prn, etc now print EDN instead of JSON in squint, as you can see in this beautiful draggable button demo #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=gz…
Here's an attempt to visualize the "bork corpus" + related projects #clojure #clojurescript #babashka #cljKondo #squintcljs
Announcing a little but fun macro as library that optimizes CLJS str almost 300x. github.com/borkdude/cljs-… #clojure #clojurescript
Here are my September and October 2025 OSS highlights and updates. blog.michielborkent.nl/oss-updates-se… Thanks for supporting my work! And perhaps see you at the Conj? #clojure #clojurescript #squintcljs #cljKondo #babashka
Squint CLJS now emits more performant code for assoc, assoc! and get when objects can be inferred or are type hinted using ^object #squintcljs #clojure #clojurescript squint-cljs.github.io/squint/?src=KG…
let's gooo #ClojureScript + Reagent + local deps (rn just styles but soon specs etc) working in a Manifest V3 Chrome extension popup MV3 fucks up the repl and what little cross-browser compatibility there used to be unfortunately, so will have to start small but it's a start!
Out of band DOM updating (manually messing with DOM elements) counter example in Reagami #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=gz…
Once Telemere RC1 is out (~Oct), will update Tufte to share the same signal engine. Both will then share an identical API and capabilities re: handlers + filtering, offering a uniquely powerful set of complementary tools for #clojure and #clojurescript monitoring / observability
Shout out to all the #Clojure & #ClojureScript fans. (Plus anyone basking in the convenience of using the same language for front and backend. 😎) (See the full interview here: youtu.be/_lP58J54l7U)
Idiomorph + squint reactive example (counter + text field) with regular squint atom. 5kb gzipped. #squintcljs #clojure #clojurescript squint-cljs.github.io/squint/?src=KH…
Could this be the ultimate #ClojureScript stack? Uniting the best of modern JavaScript with ClojureScript, through @borkdude's Squint-CLJS (and no Google Closure compiler in sight!). Amazing tour of competing UI stacks with @armincerf at @juxtpro 10-year birthday conf
A mashup between reagami and webcomponents. I don't know why you would do this, but you can! #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=gz…
👾 Galaga with ClojureScript & Scittle Formation enemies, swooping dive-bombs & authentic arcade sounds Zero build, pure browser magic 🕹️ tiny.cc/6rtu001 #Clojure #ClojureScript #Scittle #GameDev #RetroGaming #ArcadeGames
🎵 Audio Playground with ClojureScript & Scittle Real-time sound synthesis, effects & music creation Zero build, pure browser magic 🎹 tiny.cc/sqtu001#Clojure #ClojureScript #Scittle #WebAudio #LiveCoding
🚀 Asteroids with ClojureScript & Scittle Physics, collisions, UFO enemies, hyperspace jump (10% death risk!) Zero build, pure browser magic 🎮 tiny.cc/gisu001 #Clojure #ClojureScript #Scittle #GameDev
🧠 Memory Game with ClojureScript & Scittle ✅ Web Audio synthesis ✅ Pattern matching ✅ Progressive difficulty ✅ Zero build/backend Simon-style game, pure browser magic 🎵 tiny.cc/cisu001 #Clojure #ClojureScript #Scittle #WebAudio #GameDev
📸 Browser-Native QR Code Scanner with Scittle Real-time camera scanning with WebRTC. Zero backend, zero build tools. Pure ClojureScript + Scittle + Reagent tiny.cc/8isu001 #Clojure #ClojureScript #Scittle #WebRTC
Lifecheq is looking for: #Clojure / #ClojureScript Engineer (#Remote) #RemoteWork 🇪🇺 ClojureJobboard.com/remote-clojure… #graphql #hiring #typescript
pr-str, prn, etc now print EDN instead of JSON in squint, as you can see in this beautiful draggable button demo #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=gz…
In edamame you can intercept parsing of maps, so you can even return ordered maps for custom types like js/Map user=> (e/parse-string "#js/map {:a 1 :b 2}" {:map (fn [& m] m) :readers {'js/map (fn [x] (prn :x x))}}) :x (:a 1 :b 2) github.com/borkdude/edama… #clojure #clojurescript
Out of band DOM updating (manually messing with DOM elements) counter example in Reagami #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=gz…
🌦️ Bridging ClojureScript learners with real APIs 🎯 Weather app demos using National Weather Service: 📍 Location search 📊 7-day forecasts ⚠️ Alert monitoring Zero backend, zero build. Pure Scittle + Reagent tiny.cc/uaqu001 #Clojure #ClojureScript
Bridging #Python & #ClojureScript communities 🌉 Python's data science stack (Pandas, Matplotlib, NumPy) running in browser with elegant ClojureScript UIs. Zero backend needed. My 2nd Scittle article with 5 live demos: clojurecivitas.github.io/scittle/pyodid…
The on-render hook in reagami just got more awesome. You can now pass data from mount to update to unmount, by just returning data! #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=gz…
Building Browser-Native Presentations with Scittle clojurecivitas.github.io/scittle/presen… By Burin Choomnuan #clojure #clojurescript #scittlecljs
Sente v1.21 final is now out for #Clojure and #ClojureScript. Lots of new stuff incl. MessagePack and gzip support, performance improvements, reliability improvements, and bug fixes. Cheers! 🫶 github.com/taoensso/sente…
Reagami now has an on-render hook that you can use to mount/update/mount a 3rd party JS component. #clojure #clojurescript #squintcljs Demo: squint-cljs.github.io/squint/?src=gz…
Here are my September and October 2025 OSS highlights and updates. blog.michielborkent.nl/oss-updates-se… Thanks for supporting my work! And perhaps see you at the Conj? #clojure #clojurescript #squintcljs #cljKondo #babashka
Lifecheq is hiring: #Clojure / #ClojureScript Engineer (#Remote) #RemoteWork 🇪🇺 ClojureJobboard.com/remote-clojure… #typescript #remotejob #fintech
Here's an attempt to visualize the "bork corpus" + related projects #clojure #clojurescript #babashka #cljKondo #squintcljs
👾 Galaga with ClojureScript & Scittle Formation enemies, swooping dive-bombs & authentic arcade sounds Zero build, pure browser magic 🕹️ tiny.cc/6rtu001 #Clojure #ClojureScript #Scittle #GameDev #RetroGaming #ArcadeGames
🚀 Asteroids with ClojureScript & Scittle Physics, collisions, UFO enemies, hyperspace jump (10% death risk!) Zero build, pure browser magic 🎮 tiny.cc/gisu001 #Clojure #ClojureScript #Scittle #GameDev
#clojurescript #clojure friends Did you know that you shouldn't be derefing subscriptions in your event handlers? It can memory leak. Fast. Try this out instead 👇 Inject the sub value as cofx using a lib
A mashup between reagami and webcomponents. I don't know why you would do this, but you can! #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=gz…
#nbbcljs can run on deno and now supports jsr: + npm: inline dependencies, so you don't need any config file or manually download dependencies for a single script! #clojure #clojurescript github.com/babashka/nbb?t…
let's gooo #ClojureScript + Reagent + local deps (rn just styles but soon specs etc) working in a Manifest V3 Chrome extension popup MV3 fucks up the repl and what little cross-browser compatibility there used to be unfortunately, so will have to start small but it's a start!
🎵 Audio Playground with ClojureScript & Scittle Real-time sound synthesis, effects & music creation Zero build, pure browser magic 🎹 tiny.cc/sqtu001#Clojure #ClojureScript #Scittle #WebAudio #LiveCoding
Could this be the ultimate #ClojureScript stack? Uniting the best of modern JavaScript with ClojureScript, through @borkdude's Squint-CLJS (and no Google Closure compiler in sight!). Amazing tour of competing UI stacks with @armincerf at @juxtpro 10-year birthday conf
Announcing a little but fun macro as library that optimizes CLJS str almost 300x. github.com/borkdude/cljs-… #clojure #clojurescript
My Programming Language Rankings site is live! I still have a bunch of stuff to do but the basic functionality is there and working 🥳 (written in #ClojureScript) plrank.com
I'm always pleasantly surprised at how productive you can be with #clojurescript. Working on displaying live updates of AIS traffic #MapLibre
Calva: A Clojure & ClojureScript IDE in Visual Studio Code #Clojure #ClojureScript #VisualStudioCode
Lately I've been using chatGPT to create #neovim snippets like this one, which toggle between test and production code, tweaked for my #clojurescript projects needs, pretty cool 😎
Here are my September and October 2025 OSS highlights and updates. blog.michielborkent.nl/oss-updates-se… Thanks for supporting my work! And perhaps see you at the Conj? #clojure #clojurescript #squintcljs #cljKondo #babashka
Nbb: the easiest way to script in ClojureScript on node, bun and deno github.com/babashka/nbb #clojure #clojurescript #nbbcljs
Here you can see a snippet of #clojurescript code that I generated with grok. In this case it successfully modified the code to add an overlay. It's interesting the fact that it handled reagent and hiccup perfectly too 👏👏👏
Something went wrong.
Something went wrong.
United States Trends
- 1. Packers 98K posts
- 2. Eagles 127K posts
- 3. Jordan Love 15.1K posts
- 4. #WWERaw 131K posts
- 5. LaFleur 14.4K posts
- 6. Benítez 11.7K posts
- 7. AJ Brown 6,979 posts
- 8. Patullo 12.3K posts
- 9. Jalen 24K posts
- 10. Sirianni 5,023 posts
- 11. Smitty 5,517 posts
- 12. McManus 4,372 posts
- 13. Jaelan Phillips 7,888 posts
- 14. Grayson Allen 3,807 posts
- 15. #GoPackGo 7,918 posts
- 16. James Harden 1,843 posts
- 17. Cavs 11.6K posts
- 18. Vit Krejci N/A
- 19. Berkeley 57K posts
- 20. Veterans Day 30K posts