clojure icon indicating copy to clipboard operation
clojure copied to clipboard

The Clojure programming language

Results 3 clojure issues
Sort by recently updated
recently updated
newest added

Using alexander yakushev's version of neko and [android/clojure "1.5.0"] in project.clj, the android app I'm building fails to build on the DEX creation stage. Since java6 is needed for Android...

Per default newly created threads have a stack size of 8kb on Android/Dalvik which is a _lot_ less than the usual 256-512 kB on a 'normal' JVM. This limit is...

Hello I am trying to convert the tutorial http://developer.android.com/guide/topics/graphics/opengl.html to Clojure using the fork I found on this site (also using the main 1.4 release but with the same result)...