compound conditions (and/or)

2010-03-23 Thread Michael Teter
Hello, and thanks in advance for suffering a beginner question ;) Is it possible to do a compound condition, such as if this test AND that test? And while I do want to know if there's a Clojure way to do multiple tests in one condition, my reason in this case for needing it is to test a number

Re: compound conditions (and/or)

2010-03-23 Thread Michael Teter
Excellent, exactly the information I was seeking. Thanks much! On Mar 23, 4:18 am, Meikel Brandmeyer m...@kotka.de wrote: Hi, On Mar 23, 10:09 am, Michael Teter tot...@gmail.com wrote: Is it possible to do a compound condition, such as if this test AND that test? (if (and (this test

seeking examples/tutorials on clojure/lisp-y design (vs Java/Ruby)

2009-09-11 Thread Michael Teter
Hello all. I'm very new to Clojure, but I have watched several screencasts and read what examples I can find online. Suffice to say I'm very excited about what I've seen. What I would like to find now is some kind of guide or document to help me learn to design the functional way, instead of