Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Options for creating Java classes in Clojure

How do I print a list of numbers on each line in clojure?

loops printing clojure println

Clojure: reduce, reductions and infinite lists

clojure

Clojure - how to connect to running REPL process remotely

What's the equivalent of Clojure's "do" in Common Lisp?

clojure common-lisp

Clojure coalesce function

clojure coalesce

Writing clojure maps/arrays to a file and reading them back

file-io clojure

How do I see the methods associated with an object in Clojure?

java methods clojure

How do I start the REPL in a user defined namespace?

What is the standard way to write nested define statements (like in scheme) for clojure?

clojure scheme idioms

Do lazy variables exist in Clojure?

Get stacktrace as string

Does apt-get work to install Clojure on Linux (ubuntu 10)?

ubuntu clojure installation

How do I create a Java-like object in Clojure that uses builder pattern?

clojure

How do I loop through a subscribed collection in re-frame and display the data as a list-item?

Conditional elements in -> / ->> pipelines

clojure

Scheme and Clojure don't have the atom type predicate - is this by design?

Clojure building of URL from constituent parts

url clojure

How to test for an empty vector in Clojure

clojure

Which is better?: (reduce + ...) or (apply + ...)?

lisp clojure scheme