JanetDocsPlaygroundI'm feeling luckyGitHub sign in
# wrap short-fn / | (->> 10 (|(/ $ 2))) # => 5 # also wrap fn (->> 10 ((fn [n] (/ n 2)))) # => 5