#clojure 搜尋結果

Why is #Clojure amazing? Why one should program using data? And how Clojure enables interactive coding with instant feedback loop? I gave a talk this summer to some students explaining these points, and recording is available. 🧵

pavel_klavik's tweet image. Why is #Clojure amazing? Why one should program using data? And how Clojure enables interactive coding with instant feedback loop? I gave a talk this summer to some students explaining these points, and recording is available. 🧵

Dude in what other language could you write this function name? #clojure

ovstoica's tweet image. Dude in what other language could you write this function name? #clojure

String interpolation in #Clojure is so good.

anders_murphy's tweet image. String interpolation in #Clojure is so good.

Just added a new LSP Project Tree feature to the latest Calva! 🎉 #Clojure #ClojureLSP

ericdallo's tweet image. Just added a new LSP Project Tree feature to the latest Calva! 🎉

#Clojure #ClojureLSP

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

The JVM is incredible, implementing FFI SQLite bindings #Clojure in a few evenings with Java 22 Project Panama is an absolute game changer.

anders_murphy's tweet image. The JVM is incredible, implementing FFI SQLite bindings  #Clojure in a few evenings with Java 22 Project Panama is an absolute game changer.

Here's a prompt I'm experimenting with to one-shot semi-big #Clojure coding tasks with @code Copilot. It relies on the Clojure Interactive Programming Collection available at the Awesome Copilot repository. See comments for some tips + links + the text for this prompt.

pappapez's tweet image. Here's a prompt I'm experimenting with to one-shot semi-big #Clojure coding tasks with @code Copilot. It relies on the Clojure Interactive Programming Collection available at the Awesome Copilot repository.

See comments for some tips + links + the text for this prompt.

My latest affirmation! #clojure

ovstoica's tweet image. My latest affirmation! #clojure

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

clj-simple-router by @nikitonsky works in #babashka too. #clojure

borkdude's tweet image. clj-simple-router by @nikitonsky works in #babashka too. #clojure
borkdude's tweet image. clj-simple-router by @nikitonsky works in #babashka too. #clojure

"The first in-person Clojure conference in London since 2018. " James Reeves kicking off reClojure 2025. Great to see so many old and new faces. #clojure #reclojure

malcolmsparks's tweet image. "The first in-person Clojure conference in London since 2018. "

James Reeves kicking off reClojure 2025.

Great to see so many old and new faces.

#clojure #reclojure

Wow... looks like I'll be at the conj this year! Looking forward to meeting many #clojure folks over there! @clojure_conj #babashka #cljKondo

borkdude's tweet image. Wow... looks like I'll be at the conj this year! Looking forward to meeting many #clojure folks over there!
@clojure_conj 

#babashka #cljKondo

Introducing Calva Backseat Driver, a @code extension that gives CoPilot (and, via MCP, other AI assistants) access to these Calva features: - Evaluate #Clojure Code (opt-in) - Read the Calva REPL Output log - Look up symbol information - Look up Clojuredocs information Will…


Join the dark side 😈 #clojure

The following alignment chart is provided for role-playing and memetic simulation purposes only. The Institute does not endorse, authorize, or condone the operational deployment of Go, except under controlled laboratory conditions and with appropriate containment supervision.

typememetics's tweet image. The following alignment chart is provided for role-playing and memetic simulation purposes only. 

The Institute does not endorse, authorize, or condone the operational deployment of Go, except under controlled laboratory conditions and with appropriate containment supervision.


Latest clojure-lsp-intellij has a wizard feature to create new Clojure projects 🧙‍♂️ github.com/clojure-lsp/cl… #Clojure #ClojureLSP #Intellij #LSP

ericdallo's tweet image. Latest clojure-lsp-intellij has a wizard feature to create new Clojure projects 🧙‍♂️
github.com/clojure-lsp/cl…
#Clojure #ClojureLSP #Intellij #LSP

I read another article recently suggesting that hiring permanent #Clojure engineers is hard, so your best bet is to consider alternatives to permanent staff. This myth needs to die, so let's consider how to hire Clojure engineers... 🧵 (1/13)


If you are on Bluesky, you can follow us there as well to make sure you don't miss the latest #clojure #jobs: bsky.app/profile/clojur…


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

If you are on Bluesky, you can follow us there as well to make sure you don't miss the latest #clojure #jobs: bsky.app/profile/clojur…


I'm probably not the first to think about this one? Split a string into two at cursor in emacs. Works nicely with str in #clojure (defun split-string-at-point () (interactive) (when (nth 3 (syntax-ppss)) ; are we inside a string? (insert "\"\"") (backward-char 1)))


If you are on Facebook, you can follow us there as well to make sure you don't miss the latest #clojure #jobs: facebook.com/ClojureJobboard


Join the dark side 😈 #clojure

The following alignment chart is provided for role-playing and memetic simulation purposes only. The Institute does not endorse, authorize, or condone the operational deployment of Go, except under controlled laboratory conditions and with appropriate containment supervision.

typememetics's tweet image. The following alignment chart is provided for role-playing and memetic simulation purposes only. 

The Institute does not endorse, authorize, or condone the operational deployment of Go, except under controlled laboratory conditions and with appropriate containment supervision.


String interpolation in #Clojure is so good.

anders_murphy's tweet image. String interpolation in #Clojure is so good.

If you are on Bluesky, you can follow us there as well to make sure you don't miss the latest #clojure #jobs: bsky.app/profile/clojur…


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


If you are on Bluesky, you can follow us there as well to make sure you don't miss the latest #clojure #jobs: bsky.app/profile/clojur…


本来打算重新认识 #Clojure 这门语言, 发现工具有很多更新,需要重新学一下。


I have been working to support @graalvm native image in a #clojure project that implements postgresql and redis protocol, writing to git (via internal tree) I confess it required great effort to debug and identify all java classes and initializes now project is generating…


scicloj.github.io/macroexpand-20… Registration for the #Clojure Macroexpand pair of free online conferences is now open!


If you are on Bluesky, you can follow us there as well to make sure you don't miss the latest #clojure #jobs: bsky.app/profile/clojur…


Dude in what other language could you write this function name? #clojure

ovstoica's tweet image. Dude in what other language could you write this function name? #clojure

Why is #Clojure amazing? Why one should program using data? And how Clojure enables interactive coding with instant feedback loop? I gave a talk this summer to some students explaining these points, and recording is available. 🧵

pavel_klavik's tweet image. Why is #Clojure amazing? Why one should program using data? And how Clojure enables interactive coding with instant feedback loop? I gave a talk this summer to some students explaining these points, and recording is available. 🧵

If people can learn bash, they surely can learn #clojure! #babashka

borkdude's tweet image. If people can learn bash, they surely can learn #clojure!

#babashka

Mom, I made it ! #clojure 🥹

ovstoica's tweet image. Mom, I made it ! #clojure 🥹

Big news day for databases written in #Clojure !

refset's tweet image. Big news day for databases written in #Clojure !

String interpolation in #Clojure is so good.

anders_murphy's tweet image. String interpolation in #Clojure is so good.

Wow... looks like I'll be at the conj this year! Looking forward to meeting many #clojure folks over there! @clojure_conj #babashka #cljKondo

borkdude's tweet image. Wow... looks like I'll be at the conj this year! Looking forward to meeting many #clojure folks over there!
@clojure_conj 

#babashka #cljKondo

The most powerful 29 characters of code ever written? #Clojure #InteractiveProgramming

pappapez's tweet image. The most powerful 29 characters of code ever written? #Clojure #InteractiveProgramming

Why I use Clojure? I am too old to not have fun all the time while programming. #Clojure #FunFactor

pappapez's tweet image. Why I use Clojure? I am too old to not have fun all the time while programming.

#Clojure #FunFactor

On my way to The Conj! It’s my first. Crazy giddy. #Clojure

pappapez's tweet image. On my way to The Conj! It’s my first. Crazy giddy. #Clojure

clj-simple-router by @nikitonsky works in #babashka too. #clojure

borkdude's tweet image. clj-simple-router by @nikitonsky works in #babashka too. #clojure
borkdude's tweet image. clj-simple-router by @nikitonsky works in #babashka too. #clojure

The JVM is incredible, implementing FFI SQLite bindings #Clojure in a few evenings with Java 22 Project Panama is an absolute game changer.

anders_murphy's tweet image. The JVM is incredible, implementing FFI SQLite bindings  #Clojure in a few evenings with Java 22 Project Panama is an absolute game changer.

After months in functional Kotlin, I'm going to try #Clojure for the first time!

svatasimara's tweet image. After months in functional Kotlin, I'm going to try #Clojure for the first time!

In #clojure you've heard of when-let, you may have even heard of when-some, but have you heard of when-first? It's pretty good for pulling out a single value when you know you're going to get a single-element collection.

janetacarr's tweet image. In #clojure you've heard of when-let, you may have even heard of when-some, 

but have you heard of when-first? 

It's pretty good for pulling out a single value when you know you're going to get a single-element collection.

If you use Claude Code for #clojure, add this clj kondo command to your CLAUDE(.)md. This will solve all your issues with closing parenthesis and lousy code. Credit for command: @EricDvorsak

ovstoica's tweet image. If you use Claude Code for #clojure, add this clj kondo command to your CLAUDE(.)md. This will solve all your issues with closing parenthesis and lousy code.

Credit for command: @EricDvorsak

Another successful #clojure + #axidraw Did the code on a flight, got home, managed to plot it nicely!

RustyVermeer's tweet image. Another successful #clojure + #axidraw
Did the code on a flight, got home, managed to plot it nicely!
RustyVermeer's tweet image. Another successful #clojure + #axidraw
Did the code on a flight, got home, managed to plot it nicely!

Loading...

Something went wrong.


Something went wrong.


United States Trends