#cljs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cljs, aggregated by home.social.
-
Enabling JavaScript autocompletion for ClojureScript in Cursive editor
https://romanliutikov.com/blog/enabling-javascript-autocompletion-in-cursive-for-clojurescript
Sharing my REPL-driven workflow in ClojureScript when working on web apps
-
Get Ready for Clojure, GPU, and AI in 2026 with CUDA 13.0
http://dragan.rocks/articles/25/Get-Ready-Clojure-GPU-AI-2026-CUDA-13
A little anniversary Did you know that CUDA has been available in Clojure for the last 9 years through ClojureCUDA, and GPU programming through OpenCL for more than 10? I almost forgot about these anniversaries. Ten years ago most people liked...
-
Rendering surfaces
https://clojurecivitas.github.io/generative_art/surfaces/surfaces_3d.html
Rendering vector field based 3D surfaces.
-
mcp-sdk: an Introduction to creating an MCP service with Clojure
https://gaiwan.co/blog/mcp-sdk-an-introduction-to-creating-an-mcp-service-with-clojure/
Arne recently launched mcp-sdk, a flexible, pure Clojure SDK for building Model Context Protocol (MCP) servers.MCP is set of standards that allows large language models (LLMs), like Anthropic&aposs Claude and Microsoft Copilot, to communicate with...
-
Which Reagent API Calls are Most Used?
https://mccormick.cx/news/entries/which-reagent-api-calls-are-most-used-
I've been working on Eucalypt, a frontend library for building small web apps with Squint-ClojureScript. It features a Reagent-compatable-ish API. I'm not implementing the full Reagent API, just a useful subset, and so I was interested in which...
-
A functional programming course in 6 books
https://ericnormand.substack.com/p/a-functional-programming-course-in
I will be hosting a workshop at the Clojure/conj on Wednesday, November 12 in Charlotte, North Carolina. My workshop is about domain modeling in Clojure. You can get 25% off the workshop using code DOMAINJ25OFFCONJ. And you can get 25% off tickets...
-
Melpastats badges
http://localhost:4000/2025/10/28/melpastats-badges/
Cersei Lannister: I shall wear this as a badge of honor. Robert Barathon: Wear it in silence or I’ll honor you again. – George R. R. Martin TL;DR Have a project called fizzbuzz that you deploy on MELPA? Add the following snippet to your...
-
Bioscoop, a DSL for FFmpeg
https://clojurecivitas.github.io/bioscoop/quickstart.html
Quickstart for Clojurians
-
Clojure Runs ONNX AI Models Now - Join the AI fun!
http://dragan.rocks/articles/25/Clojure-Runs-ONNX-AI-Models-Now
Hello, Clojurians! I haven't written here in a long time. Was I tired? Is anybody reading blogs anymore? Who knows. But that was not the main reason. I've been working on several Clojure projects sponsored by the Clojurists Together...
-
Creating code on the fly using Clojure eval
https://clojure-diary.gitlab.io/2025/10/25/creating-code-on-the-fly-using-clojure-eval.html
Code ;; defining_functions_on_the_fly.clj (eval `(def x 1)) x (def map-vals {:a 10 :b 20 :c 30}) (doseq [[k v] map-vals] (eval `(defn ~(symbol k) [] ~v))) (a) (b) (c) (def planets ["Earth" "Mars" "Venus" "Jupiter"...
-
Reagami: a Reagent-like library in less than 100 lines of Squint CLJS
https://blog.michielborkent.nl/reagami.html
Recently I&aposve been excited about Eucalypt, a Reagent-clone in pure Squint. For those who don&apost know Squint, it is a CLJS dialect that re-uses JS features as much as possible. Maps and vectors compile directly to objects and arrays for...
-
2025 Board Election Results. Annual Meeting October 29.
https://www.clojuriststogether.org/news/2025-board-election-results.-annual-meeting-october-29./
2025 Board Election Results The Clojurists Together board is happy to announce the results of our elections. We have two new board members and two returning board members filling our open 2-year slots (Nov. 2025 through Oct. 2027). -Daniel Compton...
-
Clojure Deref (Oct 21, 2025)
https://clojure.org/news/2025/10/21/deref
Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Grab a big cup of coffee or your favorite beverage, because this Deref covers the last three weeks. The Clojure community has been...
-
Clojure Deref (Oct 21, 2025)
https://clojure.org/news/2025/10/21/deref
Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Grab a big cup of coffee or your favorite beverage, because this Deref covers the last three weeks. The Clojure community has been...
-
October 2025 Short-Term Q3 Project Updates
https://www.clojuriststogether.org/news/october-2025-short-term-q3-project-updates/
This is the first project update for five of our Q3 2025 Funded Projects. (Reports for the other one are on a different schedule). A brief summary of each project is included to provide overall context. Thanks everyone for your awesome...
-
C4 - Is there a protocol for that?
https://dmiller.github.io/clojure-clr-next/general/2025/10/20/is-there-a-protocol-for-that.html
We take a look at how Clojure protocols are implemented. Introduction Familiarity with Clojure protocols is assumed. If you need a refresher, see the Clojure protocols documentation. As explained in that document, protocols provide an...
-
C4 - Key in-site
https://dmiller.github.io/clojure-clr-next/general/2025/10/19/key-in-site.html
We look at how (:keyword arg) callsites are compiled in Clojure. Consider a function that uses a keyword as a function: (defn k [x] (:kw x)) The generated code is: public class compiler$k : AFunction { // Two fields are generated to...
-
Eelements of Malli
https://clojurecivitas.github.io/malli/elements_of_malli.html
Elements of a high performance schema validation library
-
Macroexpand 2025 Noj: Civitas Workshop
https://clojurecivitas.github.io/scicloj/tableplot/ideas/macroexpand_workshop_tableplot.html
-
Nubank: Best Financial Services Company to Work for on Glassdoor 2025
https://building.nubank.com/nubank-best-company-to-work-glassdoor/
At Nu, we believe that building great products starts with creating a great place to work. That’s why we proudly celebrate the Glassdoor Employer Branding Awards 2025, which recognized Nubank as the best company to work for in the financial...
-
Data and AI culture: How Nu’s philosophy became a competitive advantage
https://building.nubank.com/data-and-ai-culture-how-nus-philosophy-became-a-competitive-advantage/
At Nu DS & MLE Meetup #6, hosted by Nu Mexico, we had the opportunity to hear from Moisés Rojo, a physicist and data scientist with more than 12 years of experience. His journey at Nu includes several milestones: he was responsible for building the...
-
Building with LLMs at Scale: Part 5 - Learning and Knowledge Accumulation
This is the final article in my series on working with LLMs at scale. Part 1 through Part 4 focused on building with LLMs—managing sessions, ensuring quality, coordinating parallel work. This article is about something different: using LLMs as...
-
Building with LLMs at Scale: Part 1 - The Pain Points
https://dev.to/laurent_charignon/building-with-llms-at-scale-part-1-the-pain-points-3c0o
Working with 10 parallel LLM coding sessions exposes problems that don't appear at smaller scale. Managing multiple conversations, maintaining context across sessions, and ensuring quality all require different approaches than single-session...
-
Macroexpand 2025 Noj: Clay Workshop
https://clojurecivitas.github.io/scicloj/clay/workshop/macroexpand2025.html
What is Clay, why use it, and how to use it.
-
JavaFX In Action #21 with Vlad Protsenko, Combining Clojure with JavaFX for Game Development with Defold
Vlad Protsenko is a Clojure developer working at Defold. While I initially wanted to learn about the Cljfx project, our conversation evolved into a learning experience: a practical getting-started guide to Clojure, a hands-on demonstration of...
-
I am sorry, but everyone is getting syntax highlighting wrong
https://tonsky.me/blog/syntax-highlighting/
Syntax highlighting is a tool. It can help you read code faster. Find things quicker. Orient yourself in a large file. Like any tool, it can be used correctly or incorrectly. Let’s see how to use syntax highlighting to help you work. Christmas...
-
From Correlations to Recommendations
https://clojurecivitas.github.io/data_analysis/book_sales_analysis/about_apriori.html
A Publisher’s Journey into Data-Driven Book Sales – exploring how association rule mining can transform business insights using the SciCloj stack.
-
Making a simple Datalog Engine in Clojure
https://shagunagrawal.me/making-a-simple-datalog-engine-in-clojure/
I started reading about Datalog and watched this conference talk Domain Modeling With Datalog by Norbert Wojtowicz. The talk models Github using datalog. It starts out simple, but by the end models a significant portion of Github's core features. I...
-
Migrating a big project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
How do you handle env variables?#clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn
-
You can now add CDN links to your p5cljs sketches 🥳 https://p5cljs-editor.github.io/
#p5 #p5js #js #webeditor #editor #webapp #webdev #cljs #clojurescript