(defn add-phone
  "Add a phone number to a given service. There are a few steps we have to take:
    - Validate the service name and token
...

Lisp Clojure noob code

by Kevin Burke, October 16, 2011 22:51, 1 refactoring, tagged with clojure

Hey, I'm new to clojure and...

41910a452554b187d044c00c576866b1 Talk
(defn get-romname
  "Return bytes of ROM name"
  [filename]
...

Java Random access from file #cl...

by edbond, October 29, 2010 18:37, 1 refactoring, tagged with java, clojure, lisp

Posted to java because I gu...

671af8c4a2d223c7d2e2ede3a0154975 Talk