A new #C0AQSC6C3L0 out: https://github.com/BetterThanTomorrow/calva-backseat-driver/releases/tag/v0.0.37 - adding zero config Clojure tools for Cursor agents. Calva Backseat Driver is a #CBE668G4R (VS Code + forks) extension that provides AI agents with Calva tools for Clojure work, including all REPL sessions for a workspace. Itβs similar in some ways to clojure-mcp, but much tighter tied to Calva, aiming for an experience where whatever you see and access in Calva, the agents also see and access. Iβm trying to make it a beginner friendly, professional grade, offer. Especially with Copilot and (from now) Cursor, the integration is seamless and zero config. (With other harnesses, it requires some MCP config.) Let me also plug that at #C0C4WV96U this fall I will host a Backseat Driver workshop where we will explore some workflows for AI agent Clojure coding. Grab your workshops pass here: http://2026.clojure-conj.org/workshops
@ericdallo my next target for first class Backseat Driver integration is #C093426FPUG. So this is an early warning about stupid questions coming your way. π
Sounds exciting!!
We are looking for participants for a research study involving non-alcoholic sparkling beverages. COLORADO & WASHINGTON ONLY Who can participate? Age 21 or older Resident of Colorado or Washington Purchased non-alcoholic beverages within the past 3 months Open to trying non-alcoholic wine products No food or beverage allergies Own a smartphone with photo capabilities What will you do? β’ Complete a brief screening (3β5 minutes) β’ Visit a selected retail or liquor store in your area β’ Complete a short mobile survey while shopping β’ Take a few photos during your shopping experience β’ Purchase one non-alcoholic sparkling beverage product β’ Try the product at home β’ Complete a follow-up survey about your experience Compensation Receive $20 for successfully completing the study requirements. Referral Bonus Earn an additional $5 for each person you refer who qualifies and completes the study. If you're interested, please send a DM and we will proceed further.
https://github.com/squint-cljs/squint: Light-weight ClojureScript dialect
v0.13.194
β’ https://github.com/cjohansen/replicant support. See https://github.com/squint-cljs/squint/tree/main/examples/replicant. Changes to Replicant will be upstreamed in coordination with @christian767 if he's willing to accept them ;)
β’ Support :deps in squint.edn, resolved via clojure -Spath, added to :paths implicitly. Squint only supports :git/sha and :local/root libraries for now.
β’ Lazy seqs are now cached. Previously squint did not cache results so if you consumed a seq twice its results would be computed twice. For performance seqs are chunked, same as CLJS.
β’ Because lazy seqs are now cached, warn-on-lazy-reusae! now prints a deprecation warning and does nothing. It will be removed in the future.
β’ And https://github.com/squint-cljs/squint/blob/main/CHANGELOG.md#013194 to improve compatibility with CLJS and Replicant :)