Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Destructuring map of map with unknown keys

clojure

Can't create a System protocol

clojure protocols

What is the difference between (defn function-name) and (defn- function-name in clojure?

clojure

How to conditionally unroll Hiccup data structures in Clojure

clojure hiccup

Of the two solutions to FizzBuzz in clojure, why is one faster?

clojure profiling fizzbuzz

Could not locate ring/util/request__init.class or ring/util/request.clj on classpath

clojure leiningen ring

How do I iterate until a fixed point in Clojure?

Recursively mutating values in a map of maps with Specter

recursion clojure specter

clojure simple markov data transform

clojure hashmap markov

How to implement a recursive DFS in Clojure (without using a vector / stack)

Clojure macros: quoting, unquoting and evaluation

clojure macros quoting

How do I check to see if something is an Atom in Clojure?

clojure

Can I use Clojure multimethods only on Java classes?

clojure multimethod

clojure: parallel processing using multiple computers

mult vs broadcast in core.async

How to find the very last of the first elements of sequence which satisfy a given predicate in Clojure?

clojure

Destructuring function arguments in Clojure

clojure

Simplifying function output not exactly as expected

clojure expression simplify

Database mocking in Clojure tests