#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…

borkdude's tweet image. 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

borkdude's tweet image. 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

janetacarr's tweet image. #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

borkdude's tweet image. 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


assistindo o @vladymirlb dando uma super aula de #ClojureScript no @frontendcee 👏🏻👏🏻👏🏻

rponte's tweet image. assistindo o @vladymirlb dando uma super aula de #ClojureScript no @frontendcee 👏🏻👏🏻👏🏻

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

borkdude's tweet image. Wow, cljdoc's front-end was rewritten from TypeScript to #squintcljs #clojurescript :)

github.com/cljdoc/cljdoc/…

#clojure

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

joelittlejohn's tweet image. 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
joelittlejohn's tweet image. 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


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

code_report's tweet image. 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!

carnundotcom's tweet image. 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!
carnundotcom's tweet image. 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!
carnundotcom's tweet image. 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...

mvr_oulu's tweet image. 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


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…

borkdude's tweet image. 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

borkdude's tweet image. 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

borkdude's tweet image. 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


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

borkdude's tweet image. Nbb: the easiest way to script in ClojureScript on node, bun and deno

github.com/babashka/nbb

#clojure #clojurescript #nbbcljs

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


assistindo o @vladymirlb dando uma super aula de #ClojureScript no @frontendcee 👏🏻👏🏻👏🏻

rponte's tweet image. assistindo o @vladymirlb dando uma super aula de #ClojureScript no @frontendcee 👏🏻👏🏻👏🏻

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!

carnundotcom's tweet image. 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!
carnundotcom's tweet image. 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!
carnundotcom's tweet image. 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

joelittlejohn's tweet image. 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
joelittlejohn's tweet image. 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...

mvr_oulu's tweet image. 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

borkdude's tweet image. 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

janetacarr's tweet image. #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

essamamdani's tweet image. 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

al_marrs's tweet image. 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

code_report's tweet image. 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

projectcassiel's tweet image. 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

borkdude's tweet image. Announcing a little but fun macro as library that optimizes CLJS str almost 300x.

github.com/borkdude/cljs-…

#clojure #clojurescript

Built-in HTML generation in #squintcljs (currently WIP in branch) #clojure #clojurescript

borkdude's tweet image. Built-in HTML generation in #squintcljs (currently WIP in branch)

#clojure #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…

borkdude's tweet image. 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

borkdude's tweet image. Nbb: the easiest way to script in ClojureScript on node, bun and deno

github.com/babashka/nbb

#clojure #clojurescript #nbbcljs

I wonder if we can do breakpoints on the server side? 🤔 #Clojure #clojurescript #nodejs #code #lisp

theother9to5's tweet image. I wonder if we can do breakpoints on the server side? 🤔 #Clojure #clojurescript #nodejs #code #lisp

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 😎

gabriele_lippi's tweet image. 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 😎

Loading...

Something went wrong.


Something went wrong.


United States Trends