Skip to content

Instantly share code, notes, and snippets.

@ibdknox
Created November 3, 2011 07:46
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 ibdknox/1335992 to your computer and use it in GitHub Desktop.
Save ibdknox/1335992 to your computer and use it in GitHub Desktop.
ns example
(ns irc
(:import (java.net Socket)
(java.io PrintWriter InputStreamReader BufferedReader))
(:require 'clojure.contrib.duck-streams)
(:use [clj-time.core :only [in-secs interval epoch now]]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment