Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Suitable Java type for a Clojure function which takes an argument?

java clojure

java.lang.String cannot be cast to clojure.lang.IFn

clojure

why doesn't with-open force evaluation

:db.error/connection-released the connection has been released in Datomic

clojure datomic

Factor Clojure code setting many different fields in a Java object using a parameter map bound to a var or local

Unexpected equality semantics of Java byte arrays in Clojure

clojure equality

Clojure-like way to have a data structure in a loop

clojure

How do I pass a Java function a String[] argument?

Clojure: Update value of record field

clojure

How to get nested nodes using xml-> in clojure.data.zip?

xml clojure zipper

Clojure: documentation

clojure

Are n-ary predicates Datomic (n != 2) possible?

clojure datomic datalog

Function not called in map

clojure

Destructure a list two elements at a time (Clojure)

Clojure static typing, part 2

clojure static-typing

How to avoid stackoverflow in clojure recursive function?

UDP Socket code in Clojure CLR

c# .net sockets clojure enums

Programmatically evaluate a list of functions in Clojure

clojure

into list vs. into vector in Clojure