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
(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