On Tuesday 15 December 2009 06:21 PM, ajay gopalakrishnan wrote: > Oh ... I know all that. What I wanted to know is that is there any way > to FORCE compile time checking by providing some flag or the other to > Clojure compiler. If not, I guess a good set of test cases is the only > way to fix it. (Good test cases are always recommended, it's just that > in this case it becomes unavoidable)
Clojure right now does not have any facility to do type checking at compile time (and I doubt if it will ever). Languages like Python, Ruby, Perl, etc. are similar in this regard. Even though Clojure is hosted on the JVM, it has a completely different ancestry; it is more different that similar to Java. Regards, BG -- Baishampayan Ghose <[email protected]> oCricket.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
