Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure-java-interop

Risks of volatile-mutable fields in single-threaded contexts?

Cannot use class from another namespace in ns :gen-class

How to create multiple Java member variables with Clojure's gen-class

How can I add a typehint in clojure to fix "ctor can't be resolved" reflection warning, i.e call to a constructor?

clojure gen-class varargs constructor

How do I tag a Clojure function so that I could recognize it with Java reflection

How does Clojure's laziness interact with calls to Java/impure code?

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