Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure-java-interop

Make a Java class work as a sequence in Clojure

Calling clojure code from a scala sbt task

Clojure's dot special form weirdness

How to read all lines from stdin in Clojure

Clojure deftype: how to constrain field types?

Is it possible to use Clojure's case form with a Java enum?

Can I partial a Java method invocation in Clojure?

Creating a library of Protocols and defrecords for use from Java

How can I parameterize access to a Java enum in clojure?

Why does (int 10) produce a Long instance?

Options for creating Java classes in Clojure

Use Java object as Clojure map

shutdown hook doesn't fire when running with "lein run"

Clojure: working with a java.util.HashMap in an idiomatic Clojure fashion

How to handle java variable length arguments in clojure?

Java and Clojure with Leiningen

Why does Clojure have 5 ways to define a class instead of just one?

Calling clojure from java