Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # thread-last I believe the `->>` [[thread-last]] [[macro]] should be used only with [[sequence]] functions: <code clojure> (->> data (map :players) (mapcat :scores) (filter #(< 100 %)) sort) </code> open/thread-last.txt Last modified: 2024/10/05 06:15by 127.0.0.1