Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Usage of java methods as a function argument in Clojure

java clojure

How to find the path of keys to a value in a nested array map in Clojure?

clojure clojurescript

Clojure Repl - Is there a way to see what variables have been defined (and are thus available) in a REPL session?

clojure

Clojure: recur vs. recursion via fn name

recursion clojure

Can avoiding nil conjoins be done better?

clojure clojure-core

Leiningen tries to call java.exe from a wrong/missing JDK

java clojure leiningen

Datomic - joins between entities where there is no reference

join clojure datomic

Capturing System/out in Clojure

java clojure

How can I make HoneySQL handle order by as a compound key?

clojure honeysql

Building CLI scripts in Clojure

clojure scripting

How to disable Clojure assertions, including preconditions?

clojure leiningen

Clojure reduce transducer

clojure reduce transducer

Datomic: Case insensitive query

clojure datomic

How to I get the body text of a Response object returned by the fetch API in ClojureScript?

Is it possible to use namespaced keywords with records ?

clojure

Clojurescript async <? macro

How to check if a value is a promise?

clojure