Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Make a 'slow' test suite with clojure.test

testing clojure

Clojure printing lazy sequence

clojure lazy-sequences

what's the preferred way to perform user authentication and authorization in Clojure?

Is it possible to implement auto-currying to the Lisp-family languages?

"Many functions operating upon few abstractions" principle vs OOP

How do I define a function within a function in Clojure and reference that function?

clojure

Dynamic method calls in a Clojure macro?

clojure

How do I multiply all elements in one collection with all the elements in another collection?

clojure

Clojure states within states within states

clojure state hierarchy

How do you replace Java nested for loops in Clojure?

clojure

How to set default values for fields in records in Clojure?

clojure

How to use a local repository for a Clojure library during initial development?

clojure leiningen

History in Clojure REPL

Can't seem to require >!! or <!! in Clojurescript?

clojure clojurescript

Easy ways to try out and test Lisp syntax?

clojure lisp

Code Generation in Clojure

clojure

Serving static files with ring/compojure - from a war

Introspection in Clojure

clojure introspection

I can't find a light table cheat sheet

clojure lighttable paredit

Is functional Clojure or imperative Groovy more readable?