Re: Beginning Clojure Development

2015-09-10 Thread Xu Hui Hui
maybe this is helpful to beginners: Clojure By Example: https://kimh.github.io/clojure-by-example/ Marcus Blankenship 于2015年9月11日周五 上午12:08写道: > This was a great resource to me, as were the other LispCast videos. I > found them easy to follow, and really helped me think about things from > first

Re: comparison with 3 arguments. Do I understand it right ?

2014-04-23 Thread Xu Hui Hui
(nil? x)) > false; > true) > > (defn abs [x] > (< x 0) > (* x -1); > x) > > (defn teen? [age] > (< 12 age 20) > true; > false) > Regards, Xu Hui Hui -- You received this message because you are subscribed to the G