Skip to content

Instantly share code, notes, and snippets.

@paologf
Created January 23, 2014 09:32
Show Gist options
  • Save paologf/8575630 to your computer and use it in GitHub Desktop.
Save paologf/8575630 to your computer and use it in GitHub Desktop.
Using alia (cassandra client) with immutant
(ns project-name.core)
(defn foo
"I don't do a whole lot."
[x]
(println x "Hello, World!"))
(ns immutant.init
(:use project-name.core))
(defproject project-name "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[cc.qbits/alia "2.0.0-beta5"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment