Understanding Zippers in Clojure: A Guide to Data Structure Navigation and Manipulation
In this article, we will discuss zippers in the Clojure language. These are an unusual way to work with collections. Using a zipper, you can traverse a data structure arbitrarily and modify its…
Read the full articleYou might also wanna read
Top 7 Clojure Static Code Analysis Tools
Discover the top 7 Clojure static code analysis tools to improve code quality. Learn about tools like Eastwood, Kibit, clj-kondo, lein-bikes
jank compiler gains custom intermediate representation to boost performance
The jank compiler has a new super power. With that, we push jank to the limits to see who has the fastest fibonacci in the west.
Python Lists, Tuples and Sets: A Beginner's Guide
Store collections in Python with mutable lists, immutable tuples, and unique-value sets, plus indexing, methods, and a comprehension teaser.

From named-parameters to Domain-Specific Languages
There have always been a few irritating things to me in Java. However, working on Groovy made me go beyond these limitations, or all the use

LOAF : a Groovy implementation
LOAF is taking the community by storm. I do firmly believe it gonna rock the world. Social software is the way to go : the next revolution.
Building Faster Parsers Through Data-Oriented Design: Flat Arrays Over Pointer Trees
How designing the data structure first (flat arrays of indices instead of a pointer tree) makes a parser fast and collapses memory layout, a

Comments
Sign in to join the conversation.
No comments yet. Be the first.