Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

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

How to smart-indent files automatically on save in Light Table

clojure lighttable

Suppress the printing of the data an atom holds in the REPL? (or ref, agent, ...)

clojure clojure-repl

how to split a string in clojure not in regular expression mode

clojure

idiomatic lazy atoms in clojure