Hello, everyone. I use ClojureScript as following:

(defn call-fn
 [f]
 (f 23 34))

(defn my-fn
 [a]
 (println a))

(call-fn my-fn)
;; => 23

Without any exception throwed. Why does this? Is it a bug?  

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojurescript/d6010178-a48d-4e10-a8c3-80c0319bdd89%40googlegroups.com.

Reply via email to