2012/1/26 raschedh <[email protected]> > (if true "t" f) > > in a fresh REPL, I get the error > > [...] Unable to resolve symbol: f [...] > > In common lisp, for example: > > (if t "t" f) > evaluates to "t".
Try (if t "t" blah) in common lisp, you'll get the same error. Roman Perepelitsa. -- 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
