What do you think about adding these new reader macros:

!form => (complement form)
#!(...) => (fn [args] (complement (...)))

Two problems I see with these macros are the hassle to the reader with
names that include '!' (e.g. set!, swap!), and the possible confusion
of meaning with (not form) to people new to the language.

I still think these are useful, clean, intuitive, and potentially
frequent macros. Adding them would make code much more concise,
elegant, and comfortable to write.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to