Email or username:

Password:

Forgot your password?
9 posts total
Clojure Planet

Deed: a fast encoding and decoding library for Clojure

grishaev.me/clj-deed/

Table of Content About Motivation Installation & Requirements Quick Demo API Simple Encode and Decode Encoding to Memory Sequential Encoding and Decoding Low-Level API API Options GZipped...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

Clojure Planet

What is a programmer's job?

ericnormand.substack.com/p/wha

An anecdote about a bottleneck disaster

#clojure #clj #cljs !clojure@lemmy.ml @clojure

Clojure Planet

November and December 2023 Project Updates

clojuriststogether.org/news/no

There is a lot of work to report on folks! We're closing 2023 with two groups of updates: the 6th and final reports from our 2023 long-term developers final updates from Q3 2023 projects Jank and Quil Thanks to all our 2023 developers for their...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

Clojure Planet

Clojurists Together 2024 Long-Term Funding Announcement

clojuriststogether.org/news/cl

The votes are in!! Clojurists Together members have voted to to fund 8 developers $1.5k/month for 12 months ($144k USD total!). We’re pleased to announce the following developers/teams who will be funded: Bozhidar Batsov Kira McLean Michiel...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

Clojure Planet

September & October 2023 Long-Term Project Updates

clojuriststogether.org/news/se

Thanks to our 2023 long-term developers for this amazing body of work. This is the 5th report of the year - with one more to come around the new year. (Projects listed are only some of what they are covering in this post). Bozhidar Batsov:...

#clojure #clj #cljs !clojure@lemmy.ml

Clojure Planet

New Library: Simple Router

tonsky.me/blog/simple-router/

Simple story, really. I wanted an HTTP router for Clojure that is order-independent and allows for overlapping routes. I didn’t find one, so I had to write my own. Order-Independence If your app is any big, it probably has modules. Each...

#clojure #clj #cljs

Clojure Planet

Clojure is in fact a trinity - of language, interactive development, and structural editing

blog.jakubholy.net/2022/trinit

You can never really learn Clojure if you only focus on the language. Why? Because Clojure is in fact a synergetic combination of three things: the language itself, a way of working centered on interactive...

#clojure #clj #cljs

Clojure Planet

Using Babashka to Get Electricity Prices

karimarttila.fi/clojure/2022/1

Ordinary Clojure code - can be run in the REPL or in command line with Babashka. Introduction In my previous Babashka related blog post, Using Clojure in Command Line with Babashka, I told a short story how...

#clojure #clj #cljs

Clojure Planet

Clojure Coding Guide

grishaev.me/en/clojure-guide/

TL;DR: this is a detailed description of how to write good Clojure code. It’s based on my 8 years of experience with Clojure for both commercial purposes and side projects as well. Some parts of this document...

#clojure #clj #cljs

Go Up