That's what I discovered so far:

(def data  { 
                  :domain "a domain" 
                  :services [{:name "ssh" 
                               :desc "a ssh account" 
                               :users [1 2 3] 
                  }]})

(get-in data [:services nil]) gives nil in Clojure

(get-in data [:services nil]) gives {:domain "a domain", :services [{:desc "a 
ssh account", :name "ssh", :users [1 2 3]}]} in ClojureScript

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to