DEV Community

Discussion on: Daily Challenge #138 - Keep Up the Hoop

Collapse
 
not_jffrydsr profile image
@nobody

Swish n' Clojure 🏀

(ns all.star)

(defn coach [n]
 (unless (< n 10) ;;inverse-if macro
  "Great, now move on to tricks" 
  "Keep at it until you get it"))