Deed: a fast encoding and decoding library for Clojure
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...
This profile might be incomplete.
Open on clj.social Clojure Planetplanet:
Wall 9 posts
Deed: a fast encoding and decoding library for Clojure 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... What is a programmer's job? https://ericnormand.substack.com/p/what-is-a-programmers-job An anecdote about a bottleneck disaster November and December 2023 Project Updates https://www.clojuriststogether.org/news/november-and-december-2023-project-updates/ 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... Clojurists Together 2024 Long-Term Funding Announcement https://www.clojuriststogether.org/news/clojurists-together-2024-long-term-funding-announcement/ 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... September & October 2023 Long-Term Project Updates https://www.clojuriststogether.org/news/september-october-2023-long-term-project-updates/ 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:... New Library: Simple Router https://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 is in fact a trinity - of language, interactive development, and structural editing https://blog.jakubholy.net/2022/trinity-of-clojure/ 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... Using Babashka to Get Electricity Prices http://www.karimarttila.fi/clojure/2022/12/04/using-babashka-to-get-electricity-prices 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 Coding Guide https://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... |