#clojurescript 搜尋結果
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…

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)
Announcing a little but fun macro as library that optimizes CLJS str almost 300x. github.com/borkdude/cljs-… #clojure #clojurescript

#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

Nbb: the easiest way to script in ClojureScript on node, bun and deno github.com/babashka/nbb #clojure #clojurescript #nbbcljs

🎥 Welcome to Clojure Corner! In this episode, we sit down with @swannodette Lead #ClojureScript developer since 2012 and JavaScript expert since 2005. In this episode, we explore: - Challenges in ClojureScript & its future - Interactive development & data structures -…
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
Wow, cljdoc's front-end was rewritten from TypeScript to #squintcljs #clojurescript :) github.com/cljdoc/cljdoc/… #clojure

Lifecheq is hiring: #Clojure / #ClojureScript Engineer (#Remote) #RemoteWork 🇪🇺 ClojureJobboard.com/remote-clojure… #remotejob #typescript #wfh
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


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
The most important #squintcljs updates since March: github.com/squint-cljs/sq… #clojurescript #clojure

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

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!



Wrote a piece on why I don't use #ClojureScript for web apps anymore.
Had a great meetup today - #Clojurescript for #React developers. Organized by @tvaisanen_ and hosted by @metosin...

Prototyping a factory automation game with #clojurescript just to see if I can actually make something fun. Thinking of #shapez.io and #factorio as I tinker. I need a goal and fun resources + more machine mechanics. Lots to think about and prototype, but this is an exciting step
Lifecheq is hiring: #Clojure / #ClojureScript Engineer (#Remote) #RemoteWork 🇪🇺 ClojureJobboard.com/remote-clojure… #remotejob #typescript #wfh
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…

Drag-and-drop example I wrote in Reagent 9 years ago, now in Eucalypt: #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=KG…
Small tweak to #squintcljs. When using ^object type hints, assoc and assoc! compile down direct object manipulation without calling into the stdlib squint-cljs.github.io/squint/?src=KG… #clojure #clojurescript

Announcing a little but fun macro as library that optimizes CLJS str almost 300x. github.com/borkdude/cljs-… #clojure #clojurescript

Found a pretty nice optimization for str in #squintcljs (str "Hello: " (+ 1 2 3) nil "Dude") => `Hello: ${1 + 2 + 3 ?? ""}Dude` So str -> template string + null/undefined check. This performs much better than Array.join(''). But... is it worth it? #clojure #clojurescript
Lifecheq is searching for: #Clojure / #ClojureScript Engineer (#Remote) #RemoteWork 🇪🇺 ClojureJobboard.com/remote-clojure… #graphql #wfh #fintech
A short video about Eucalypt, a Reagent-like on Squint-cljs, that compiles down to 10kb artifacts. youtube.com/watch?v=SLnCzW… by Chris McCormick #clojure #squintcljs #clojurescript
youtube.com
YouTube
Make UIs in 10kb with "ClojureScript" and "Reagent" (Squint-cljs and...
The most important #squintcljs updates since March: github.com/squint-cljs/sq… #clojurescript #clojure

Squint = now defaults to a deep equals implementation squint-cljs.github.io/squint/?src=Wy… #clojure #clojurescript #squintcljs

Further your #career: #Clojure / #ClojureScript Engineer (#Remote) at Lifecheq #RemoteWork 🇪🇺 ClojureJobboard.com/remote-clojure… #typescript #workfromhome #wfh
Nbb: the easiest way to script in ClojureScript on node, bun and deno github.com/babashka/nbb #clojure #clojurescript #nbbcljs

timothypratley.github.io/scittle-kitche… Preprepped ClojureScript Plugins #clojure #clojurescript #scittlecljs
The story of Eucalypt: a slop-coded Reagent replacement Squint for < 10kb UI projects mccormick.cx/news/entries/i… #clojure #clojurescript #squintcljs
Further your #career: #Clojure / #ClojureScript Engineer (#Remote) at Lifecheq #RemoteWork 🇪🇺 ClojureJobboard.com/remote-clojure… #workfromhome #graphql #job
Reagent SVG clock (running in Eucalypt / Squint) #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=KG…
Eucalypt (Reagent without React in squint) example: squint-cljs.github.io/squint/?repl=t… #clojure #clojurescript #squint
Lifecheq is looking for: #Clojure / #ClojureScript Engineer (#Remote) #RemoteWork 🇪🇺 ClojureJobboard.com/remote-clojure… #graphql #typescript #job
Eucalypt by @mccrmx is a Reagent clone in #squintcljs (10kb of JS). It now has all Reagent demos working including TodoMVC 🤯 chr15m.github.io/eucalypt/ #clojure #clojurescript
Further your #career: Mid-Level #Clojure / #ClojureScript Engineer (#Remote, 45k-55k EUR) at LifeCheq #RemoteWork 🇪🇺 ClojureJobboard.com/remote-clojure… #remotejob #workfromhome #job
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!



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


Had a great meetup today - #Clojurescript for #React developers. Organized by @tvaisanen_ and hosted by @metosin...

Wow, cljdoc's front-end was rewritten from TypeScript to #squintcljs #clojurescript :) github.com/cljdoc/cljdoc/… #clojure

#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

Calva: A Clojure & ClojureScript IDE in Visual Studio Code #Clojure #ClojureScript #VisualStudioCode

I'm always pleasantly surprised at how productive you can be with #clojurescript. Working on displaying live updates of AIS traffic #MapLibre

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

Doesn't look much, but that's a @cycling74 #RNBO device transmitting audio events and metronome ticks into a #ClojureScript framework. #WebAudio

Announcing a little but fun macro as library that optimizes CLJS str almost 300x. github.com/borkdude/cljs-… #clojure #clojurescript

Using Idiomorph (HTMX, same thing) with #squintcljs #clojure #clojurescript squint-cljs.github.io/squint/?src=KH…

Why I chose Clojure/Script for building Vade Studio #clojure #clojurescript #DeveloperLife #founder linkedin.com/posts/pragyana…

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…

Nbb: the easiest way to script in ClojureScript on node, bun and deno github.com/babashka/nbb #clojure #clojurescript #nbbcljs

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 😎

Something went wrong.
Something went wrong.
United States Trends
- 1. No Kings 839K posts
- 2. Vandy 6,856 posts
- 3. Diego Pavia 1,978 posts
- 4. Brian Kelly 1,575 posts
- 5. Dork Cult Protest Day 37.2K posts
- 6. Vanderbilt 5,349 posts
- 7. Nuss 2,939 posts
- 8. #AnteX N/A
- 9. #GoBlue 2,127 posts
- 10. Arsenal 137K posts
- 11. Duke 67.1K posts
- 12. Shula 1,547 posts
- 13. Tony Vitello 1,059 posts
- 14. Cole Sullivan N/A
- 15. Beamer 1,728 posts
- 16. Fulham 44.5K posts
- 17. Demond N/A
- 18. #Sooners 1,172 posts
- 19. Marchand 2,039 posts
- 20. Semaj Morgan N/A