Help to improve a web full stack framework
I wrote a small web full stack framework. Using leiningen, mysql, ring, compojure, bootstrap5. Please fork this project to improve it. The project is here: GitHub - hectorqlucero/demo: Generacion de...
View ArticleSciNoj Light 1st conference
In recent months, the Clojure toolkit for data and science has been maturing. Thus, in 2025, Scicloj can finally shift more resources into making it accessible and well-known. SciNoj Light is one of...
View ArticleVisual-tools meeting 30 - Workflow Demos 4: LLMs in Emacs for Clojure -...
On 2025-01-23, the Clojure visual-tools group had its 30th meeting. This was the forth of a series of meetings where people would demonstrate their Clojure workflows with different tools. Ten people...
View ArticleScicloj AI Meetup 1: voice-fn - real-time voice-enabled AI pipelines
The scicloj-ai-meetups group is a new developer community focused on AI models, their underlying principles, and practical applications. The group is organized by @stoica94 and @daslu, emerging from...
View ArticleCalling Apache Commons Text CaseUtils from Clojure
I installed Apache Commons Text in my Leiningen project: :dependencies [[org.clojure/clojure "1.11.1"] [org.apache.commons/commons-text "1.13.0"]] Now I try to convert kebab-case to CamelCase from the...
View ArticleClojure real-world-data meeting 24
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 ArticleLet us help each other prepare conference talks
In the coming weeks, there are opportunities to propose talks for a few conferences that will take place in May. At the Scicloj group, we have a habit of helping each other prepare talks (and talk...
View ArticleHow can an Exception make it to the browser if I wrap my handler in try/catch?
My understanding is that if I use Jetty/Ring, and an Exception happens in the handler, then the Exception will be sent to the browser, unless I wrap the handler in a try/catch block. So I have a...
View ArticleData-recur meeting 7 - R4Clj 1: Introducing R and the Tidyverse -- summary &...
On Jan 31st, 2024, the data-recur group had its 7th meeting. It was the beginning of a series of meetups where we introduce the R language and its ecosystem to the Clojure crowd. We briefly discussed...
View ArticleDifference between clj-new and deps-new
I want to use clj and deps. How can I bootstrap/scallfold projects? Whats the difference between clj-new and deps-new ? 3 posts - 2 participants Read full topic
View ArticleClojure real-world-data meeting 25 - prep meeting for conference cfp
Hi! As @melody just announced in the Clojure Google group, on Feb. 21st, we will have the 25th meeting of the real-world-data group, which will serve as a first prep session for the upcoming SciNoj...
View ArticleLondon Clojurians Talk: Lazytest: Standalone BDD testing (by Noah Bogart)
THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Lazytest: Standalone BDD testing Speaker: Noah Bogart Time:...
View ArticleHow to use 'clj-time' to get current time by LocalDateTime?
(require '[clj-time.local :as l]) (type (l/to-local-date-time (l/local-now))) => org.joda.time.DateTime but how to get the object by “org.joda.time.LocalDateTime”? thank you. 4 posts - 3...
View ArticleScicloj AI Meetup 1: voice-fn - real-time voice-enabled AI pipelines -...
On Feb. 22nd, 2025, we had the first meeting of scicloj-ai-meetups, a new Clojure dev group focusing on AI. 15 people attended the meeting. Summary Ovi Stoica @stoica94 presented and voice-fn, a...
View ArticleClojure real-world-data meeting 26 - prep meeting for conference cfp
This will be the 26th meeting of the real-world-data group – one of a few conference prep sessions facilitated by @Melody. The meeting will be dedicated to discussing talk proposals for upcoming...
View ArticleClojure real-world-data meeting 27 - prep meeting for conference cfp
This will be the 27th meeting of the real-world-data group – one of a few conference prep sessions facilitated by @Melody. The meeting will be dedicated to discussing talk proposals for upcoming...
View ArticleLondon Clojurians Talk: Toddler - UI or not to UI (by Robert Geršak)
THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Toddler - UI or not to UI Speaker: Robert Geršak Time:...
View ArticleThe Workflows Demos series continues -- will you tell your story?
Recently, the visual-tools group hosted a series of meetups around the way people use their Clojure tooling. We find it important to create a space for sharing practices, helping each other, and...
View ArticleWhat 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 Article