lambdaisland-guides icon indicating copy to clipboard operation
lambdaisland-guides copied to clipboard

In depth guides into Clojure and ClojureScript by Lambda Island

Results 1 lambdaisland-guides issues
Sort by recently updated
recently updated
newest added

`cider-connections` is a function. So `(car cider-connections)` does not work. Replaced it with `(car (cider-connections))`