#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. 🧵

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

There's a #datastar talk at the #clojure #conjuring. You can tell it's a #datastar talk because it mentions metrics, real-world, performance and production. 🚀 From Tomorrow Back to Yesterday: A Tale of Two Web Architectures

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

There's a new development update out for jank, the native #clojure dialect. Read up on what's been going on the past couple of months! jank-lang.org/blog/2025-10-0…
"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

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

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

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…
OMG! I'm SO pleased to share that I'll be speaking about #Datomic at @NdCLondon 2026!! 🤩 🎉 ndclondon.com #clojure #technicalconferences

#clojure devs are true people of culture cljdoc.org/d/com.github.b…
If you would like to receive a weekly email with all new #Clojure jobs, sign up to our newsletter: ClojureJobboard.com/clojure-jobs-n…
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…

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…
Drag-and-drop example I wrote in Reagent 9 years ago, now in Eucalypt: #clojure #clojurescript #squintcljs squint-cljs.github.io/squint/?src=KG…
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…
Wrote about: Creating your own libraries in Clojure, in my #Clojure #Book clojure-book.gitlab.io/book.html#_cre… #pogramming
I can never for the life of my remember the syntax of letfn, which is primarily why I never use it (letfn [(f [x] x)]) #clojure
so true, unfortunately. im also pondering this often, from the aesthetic "comfort" of my #Clojure REPL, while working on web apps :/ i even coded up a very old-school menu system, with numbered & colored menu items, which i can choose from NOT by cursor keys, but typing a number
The most crossplatform UI framework isn't a Web Browser. It's VT100 terminal. The programs using ANSI Escape Codes will very likely be usable in 10-20 years unchanged. And this isn't a good thing, btw. API politics got so bad we can't agree on how to put a triangle on the screen.

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…
Had an awesome discussion with Prot about various topics, like #clojure, AI, #emacs and more! Hope you like it! youtube.com/watch?v=6iM9ft…
youtube.com
YouTube
Prot Asks: Ovi about Clojure development and business, Emacs, and AI
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.

I wrote a guide on deploying #clojure Datomic apps using Kamal so you get 0 downtime deploys on your own VM! shipclojure.com/blog/deploying…
shipclojure.com
How to deploy a Datomic-backed Clojure SaaS using Kamal
Exploring the pieces involved in deploying a datomic backed SaaS to your own servers using Kamal so you get zero downtime deploys and can even have multiple apps on the same server.
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…
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 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

This is the most complete and up-to-date Stripe #clojure library out there. Please tag the author if you know their username. Yonureker, thank you for this excellent library! 🙏

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


You may already know the (doto foo prn) 'trick' in #Clojure—not least because it's in the official guides! Alongside more advanced techniques: spying macros, ✨scope capture✨, etc. But did you know you can doto with a cheeky #(def bar %)—including mid-way through threading?


There's a #datastar talk at the #clojure #conjuring. You can tell it's a #datastar talk because it mentions metrics, real-world, performance and production. 🚀 From Tomorrow Back to Yesterday: A Tale of Two Web Architectures

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.

Something went wrong.
Something went wrong.
United States Trends
- 1. No Kings 710K posts
- 2. #AnteX N/A
- 3. Dork Cult Protest Day 29.5K posts
- 4. Vandy 4,741 posts
- 5. Semaj Morgan N/A
- 6. Arsenal 104K posts
- 7. Shula N/A
- 8. Araujo 573K posts
- 9. Fulham 33.1K posts
- 10. Nuss 2,384 posts
- 11. Duke 70.1K posts
- 12. McLaren 47.7K posts
- 13. Saka 30.5K posts
- 14. Pavia 1,582 posts
- 15. #GoBlue 1,569 posts
- 16. Andrew Marsh N/A
- 17. Lance Stroll 2,022 posts
- 18. #USGP 73K posts
- 19. Joe Sloan N/A
- 20. Trossard 8,610 posts