squint

borkdude 2025-10-10T12:01:53.370699Z

psst, don't tell anyone but you can cheat with this notation in squint to do native varargs:

(defn log [...xs]
  (when log?
    (js/console.log ...xs)))

👀 2
🤫 2
4