On Thursday, January 15, 2015 at 5:08:27 PM UTC+1, Yehonathan Sharvit wrote:
> Because in my app , it is clearer from a semantic point of view, it is 
> clearer as the value stands for a question asked to the user.

How about

(ns my-ns.util)

(def YES true)
(def NO false)

(ns my-ns
   (:use my-ns.util))

(map not [false true YES NO])


Using :yes/:no will really eat into your ability to use anything that expects 
true/false.

HTH

-- 
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 post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to