I\'m trying to understand how cake implements its multiple JVM approach. At a开发者_开发技巧 high level, I thought that cake was working similar to nailgun, where there is a single JVM instance (one J
I currently am having an issue where I have to read a text file from the command line containing at least one integer. I\'m reading the file, doing a regular-expression match to ignore whitespace.
Is it possible to split a Clojure namespace over multiple source files when doing ahead-of-time 开发者_Go百科compilation with :gen-class? How do (:main true) and (defn- ...) come into play?Overview
I\'m attempting to deploy开发者_运维问答 a WAR file written in Clojure to Tomcat 6 on Debian Lenny.
I have defined the following code to allow me to set column values in a java.sql.PreparedStatement. Is this code reasonable/idiomatic? How could it be improved?
I want开发者_Python百科 to learn new language and I thought to start with Lisp. I want to knowif I learn Lisp do I also know Clojure ( with minimal effort ), is there big syntax differences between Li
I am writing a utility in开发者_StackOverflow中文版 Scala that includes a \"file copy\" actor. I send file names to be copied and the actor does them one at a time.
Clojure meta is only preserved if a function takes care to do so and the Clojure core functions do not globally preserve meta.The general rule of thumb I\'ve heard is that collection functions like co
In order to do some multi-platform GUI development, I have just switched from GTK + Clojure (because it looks like the Java bindings for GTK never got ported to Windows) to SWT + Clojure.So far, so go
I\'m trying to use Clojure\'s up开发者_如何学Godate-in function but I can\'t seem to understand why I need to pass in a function?update-in takes a function, so you can update a value at a given positi