Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

how can macros be evaluated using the clojurescript repl

clojure clojurescript

Are there variables in Clojure sequence comprehensions?

Are optional "call-back" parameters in Clojurescript frowned upon?

clojure clojurescript

convert recursive function to use tail recursion

clojure tail-recursion

Clone seq in Clojure

clojure seq

S-Expressions parsing

c# clojure s-expression

Clojure series of defs but don't expose to the outer scope all of them

clojure

Clojure - a let in a macro won't work

macros clojure let

Clojure: defmulti on different class types

Is there a built-in way to get each slice of a given length from a vector in Clojure?

clojure

nested sequences to branching/tree data structure

haskell clojure f# ocaml

core.logic stackoverflow when using sets

Reducing clojure collections with state carried through

clojure

How would you combined sort-by and filter in Clojure?

clojure

How to use enlive's clone-for with an HTML template to remove dummy child elements

html clojure enlive

Evil Emacs mode: sentence motions and other questions

vim emacs clojure evil-mode

how to check the latest version of a clojure library on clojars?

clojure

Why do Clojure vector function results exclude the stop value? [closed]

vector clojure

Unit-testing side-effects in Clojure

wrong number of args when using forward declared macro

clojure