What is a Clojure or Java library for breaking text into semantic chunks?
Almost every example I see, regarding semantic chunking, uses Python for the examples. For instance: Medium – 21 Apr 24 Semantic Chunking for RAG What is Chunking ? Reading time: 17 min read I am...
View ArticleHow to remove potentially troublesome invisible characters before generating...
A woman just joined our site and she created her profile. We didn’t have any trouble accepting her input and putting it into MongoDB. However, when we pull her profile from MongoDB and try to use...
View ArticleHow to properly create a single generator from two or more generators
Hello I’m trying to use test.check to generate a string that is formatted as MM/dd/yyyy. I have the following function (defn- gen-date [start end] (tgen/let [months (tgen/choose 1 12) days...
View ArticleI really appreciate the Clojurians Zulip chat
I really appreciate the Clojurians Zulip Chat. Recently, we discussed a new tooling feature created by @whatacold and @timothypratley. We had to stabilize it relatively quickly for upcoming workshops...
View ArticleHow do I develop intuitions for where to performance optimize?
I’m working on a small social networking site. I need to match people to other people, based on their similarities. I’ve initially taken a naive approach, using a background process to create a...
View ArticleVisual-tools meeting 31: Workflow Demos 5
The visual tools group will have its 31st meeting on Mar 24th 2025. This meeting is part of a short Workflow Demos series. It will focus on Clay, a tool for REPL-friendly data visualization and...
View ArticleVisual-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 Article