Posts from 2017
4 posts
-
Another Useful If Macro
Creating custom if-seq and if-pred macros in Clojure for more flexible conditional logic with automatic binding and predicate testing.
-
Clojure @
A quick guide to understanding the @ symbol (deref) in Clojure and why dereferencing is necessary for atoms, refs, and other reference types.
-
Queues in Clojure
Understanding FIFO queues in Clojure using PersistentQueue, with practical examples of queue operations and custom queue creation.
-
An Introduction to Map, Filter, Reduce
A comprehensive guide to higher order functions in functional programming, covering map, filter, and reduce with practical Clojure examples.
← all writing