Skip Navigation

Consistent code style for Clojure function definitions

Consistent code style for Clojure function definitions

https://www.emcken.dk/programming/2025/05/11/clojure-function-definitions/

A Clojure function is often defined with name and arguments on a single line: (defn some-function [with-several arguments] ... and the following post is about why I will advocate for a multi-line alternative: (defn some-function [with...

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

1
1 comments