Visual-tools meeting 32: Workflow Demos 6
The visual tools group will have its 32nd meeting on Mar 26th, 2025. This meeting is part of the Workflow Demos series. Agenda (gradually updating) (see detailed abstracts below) @adi - Keeping it...
View ArticleScicloj AI Meetup 2: practice session - build a RAG
In this meeting, the second meeting of the new scicloj-ai-meetups group, will be our first practice session. In practice sessions, we will dive into ideas and practices and implement them together....
View ArticleVisual-tools meeting 33: Workflow Demos 7 - Clojure in Sublime Text
The visual tools group will have its 33rd meeting on Mar 27th, 2025. This meeting is part of the Workflow Demos series. Agenda @tonsky: a Sublime Text workflow for Clojure: Clojure Sublimed, Socket...
View ArticleClojure real-world-data 28
Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it....
View ArticleScicloj AI Meetup 3: LLMs + Clojure = Who needs frameworks?
This will be the third meeting of the new scicloj-ai-meetups group. It will be a mix of a talk and a practice session. Agenda @kapil’s talk: LLMs + Clojure = Who needs frameworks? see the abstract...
View ArticleLondon Clojurians Talk: Autology: Writing a self-rewriting Lisp (by Dave Kimber)
THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Autology: Writing a self-rewriting Lisp Speaker: Dave Kimber...
View ArticlereClojure 2025 Conference (in-person)
The London Clojurians are happy to announce reClojure 2025, May 26th in London, UK This year it will be in-person conference in the heart of London. For this event we will need to charge a small fee...
View ArticleScicloj AI Meetup 4 # Weaving LLM tools into the feedback loop # Why MCP...
This will be the fourth meeting of the new scicloj-ai-meetups group co-organized by @stoica94 and @daslu. Agenda Baruch Berger - Weaving LLM tools into the feedback loop @theronic - Why MCP Sucks...
View ArticleThe Call for Papers for FUNARCH2025 is open!
Hello everyone, This year the Functional Architecture workshop is colocated with ICFP and SPLASH. The Call for Papers for FUNARCH2025 is open - deadline is June 16th! Send research papers, experience...
View ArticleVisual-tools meeting 31: Workflow Demos 5 - Clay - summary & recording
On 2025-03-24, the Clojure visual-tools group had its 31th meeting. This was the fifth of a series of meetings where people would demonstrate their Clojure workflows with different tools. Five people...
View ArticleAnnouncing macroexpand gatherings
Announcing macroexpand gatherings - a series of meetups to help Clojure expand to new fields and use cases. Please mark your availability and interests at the poll. Scicloj – 24 Mar 25 macroexpand...
View ArticleVisual-tools meeting 32: Workflow Demos 6: old-school tools, REPL, Emacs,...
On 2025-03-26, the Clojure visual-tools group had its 32th meeting. This was the sixth of a series of meetings where people would demonstrate their Clojure workflows with different tools. Nine people...
View ArticleVisual-tools 33- Workflow Demos 7: Clojure Sublimed, Sublime Executor,...
On 2025-03-27, the Clojure visual-tools group had its 33th meeting. This was the seventh of a series of meetings where people would demonstrate their Clojure workflows with different tools. Twelve...
View ArticleClojure real-world-data 29
Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it....
View ArticleData analyis with Clojure - free workshop, May 10th - initial survey
Hi. We are organizing a free online data analysis workshop for anybody curious about Clojure for data analysis. Please share broadly with your friends and groups who may be curious. Scicloj – 29 Mar...
View ArticleScicloj AI Meetup 2: practice session - build a RAG - summary & recording
On Mar. 22nd, 2025, we had the second meeting of scicloj-ai-meetups, a new Clojure dev group focusing on AI, continuing the earlier scicloj-llm-meetups group. 7 people attended the meeting. This time,...
View ArticleLondon Clojurians Talk: Building a 3D Multiplayer Shooter in Clojure: The...
THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Building a 3D Multiplayer Shooter in Clojure: The Making of...
View ArticleScicloj AI Meetup 5 # Agentic-Driven Data-science # Reliable Extraction of...
Please rsvp This will be the fifth meeting of the new scicloj-ai-meetups group co-organized by @stoica94 and @daslu. Agenda @pragyansden - Reliable Extraction of Structured Data from LLM Responses...
View ArticleClojure hosted on Python
Are there any official efforts/plans to introduce Clojure on Python in order to have full access to the data science, ML and AI packages? Yes I know there is Basilisp. which is fantastic but I wonder...
View ArticleClojure in new fields - opening up
An update on the current #scicloj efforts to bring clojure to new fields and use cases: Scicloj – 12 Apr 25 Clojure in new fields - opening up Near the end of November 2024, we had a couple of small...
View ArticleClojure real-world-data 30
(note the date change) Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem...
View ArticleScicloj AI Meetup 5 # Agentic Data-science # Structured Data from LLMs # MCP SDK
This will be the fifth meeting of the new scicloj-ai-meetups group co-organized by @stoica94 and @daslu. Note, this is a slight rescheduling of an event post that was previously announced. Please rsvp...
View ArticleKit: Accessing Request Body Fields in POST Request
I’d like to write a Kit web application (REST API) that handles JSON in POST endpoints. (EDIT: It is available in this Git repo: GitHub - patrickbucher/kit-example) I created a new Kit application:...
View ArticleKit: Apply Middleware to Some Routes
I’m trying to implement a REST API using Kit. My routes are defined as follows: (defn api-routes [_opts] ["/auth/login" {:post auth/login}] ["/auth/checked" {:get (wrap-auth auth/checked)}]...
View ArticleScicloj AI Meetup 4 # Weaving LLM tools into the feedback loop # Why MCP...
On Apr. 19th, 2025, we had the forth meeting of scicloj-ai-meetups, a new Clojure dev group focusing on AI, continuing the earlier scicloj-llm-meetups group. 17 people attended the meeting. Brief...
View Article