Nice error messages?
what follows is an error message I get when my precondition assertion fails . I wonder, do y’all have anything in place that gives nicer error messages? . is there something I’m missing here which...
View ArticleLearn data and science in Clojure by translating a book together
A few of us at Scicloj have have started looking into translating books again. There are quite a few great books for data and science written with another programming language, where the license...
View Articlejs/Map and js/Set not handled in js->clj?
this looks incomplete to me 3 posts - 3 participants Read full topic
View ArticleProgramming with Linear Algebra: Hello World (by Dragan Djuric)
THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Programming with Linear Algebra: Hello World Speaker: Dragan...
View ArticleHow does dynamic import() work?
Like (.then (js/import "https://esm.sh/quickjs-emscripten@0.25.0") js/console.log), but js/import isn’t there. 2 posts - 2 participants Read full topic
View ArticleReal-world-data meeting 4
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 ArticleReal-world-data meeting 4
edit: note the corrected date 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...
View ArticleVisual-tools meeting 24 - badspreadsheet and HTMX - summary & recording
On April 26th, 2024, the Scicloj visual-tools group had its 24th meeting. In this meeting, Adam James presented badspreadsheet - a Clojure Spreadsheet for building design tools. We also briefly...
View ArticleReal-world-data meeting 5
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 ArticleVisual tools meeting 25 - keg-party
The visual tools group will have its 25th meeting on June 7th. Agenda Mark Bastien will discuss keg-party, a collaborative tap> server written using HTMX. As time permits, we will have a discussion...
View ArticleBasic CSV reading with Numbers
I’m trying to read a single small delimited list of numbers from a CSV file. When using slurp, if I’m reading the problem below correctly, the data is being imported as Java.String so I cannot use +,-...
View ArticleVisual-tools meeting 26 - Gemini, Space-Age, protocols from the REPL
The visual tools group will have its 26th meeting on June 16th. In this meeting, Gary Johnson and @Daniel_Szmulewicz will give two talks regarding the use of internet protocols from Clojure. For the...
View ArticleReal-world-data meeting 6
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-recur meeting 5: Datajure - a DSL extension to existing data processing...
The data-recur group is a space for collaborations around the emerging Clojure stack for data processing and data analysis. This June, it is coming back. It will be presented by Matthias Buehlmaier...
View ArticleMind the Code Podcast
Wanted to share an announcement with the Clojure community. I’ve been really excited at the happenings within the web3 world and want to bridge that gap between the memecoiners and the lispers....
View ArticleLondon Clojurians Talk: Torque: Towards a natively compiled Clojure (by Jan...
THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Torque: Towards a natively compiled Clojure Speaker: Jan Krueger...
View ArticleReal-world-data meeting 7
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 ArticleWhat is the most common way to implement WebSockets via Clojure?
I searched for this and saw some references to HTTP-Kit. Surprisingly, no one mentions Jetty and WebSockets and Clojure, even though most static Compojure and Ring examples use Jetty as the server....
View ArticleReal-world-data meeting 8
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 ArticleDoes anyone else get a 404 error on the "rational" page for core.async?
If I go here I get a 404 error. Is anyone else seeing the same thing? https://clojure.org/about/async I got there by clicking a link at the bottom of this page: https://clojure.org/reference/async 2...
View Article