Skip to content

Instantly share code, notes, and snippets.

@rlhk
rlhk / db.clj
Created October 18, 2017 03:29
clojure-101
(def people (atom {:persons
{"Peter"
{:name "Peter"
:address "SG"
:phone "911"}
"John"
{:name "John"
:address "HK"
:phone "852911"}
"Mary"