open:thread-last

thread-last

I believe the ->> thread-last macro should be used only with sequence functions:

(->> data
     (map :players)
     (mapcat :scores)
     (filter #(< 100 %))
     sort)


  • open/thread-last.txt
  • 마지막으로 수정됨: 2022/02/25 13:15
  • 저자 127.0.0.1