Skip to content

Instantly share code, notes, and snippets.

@AndyMoreland
Created October 19, 2010 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndyMoreland/633647 to your computer and use it in GitHub Desktop.
Save AndyMoreland/633647 to your computer and use it in GitHub Desktop.
(ns desktop.core
(:use (somnium.congomongo))
(:use (clojure.contrib string :as st))
(:import (java.io File))
(:import (org.joda.time DateTime Instant))
(:import (java.util Date)))
cd /Users/andrew/clojure/desktop/src/desktop/
1 compiler notes:
Unknown location:
error: java.lang.RuntimeException: java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Keyword
Unknown location:
error: java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Keyword
core.clj:1:1:
error: java.lang.RuntimeException: java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Keyword (core.clj:1)
Compilation failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment