Here is some code, my question relates to '(not (nil?...':

 (if (not (nil? (regex-search-keyword (regex-get-text) line)))
        (add-select-style styles-vec all-bold)
                (add-select-style styles-vec light)))

Could I have done the following or is (not (nil? ... a better
approach.

 (if (regex-search-keyword (regex-get-text) line))) ....

What are the differences between the two.
--~--~---------~--~----~------------~-------~--~----~
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