サクサク読めて、アプリ限定の機能も多数!
reduceとloop/recurのいいとこどりをしたマクロ`loopr`を作ったよ、という話
masa8aurum のブックマーク 2023/04/14 07:21
Loopr: A Loop/Reduction Macro for Clojure[Clojure]reduceとloop/recurのいいとこどりをしたマクロ`loopr`を作ったよ、という話2023/04/14 07:21
このブックマークにはスターがありません。 最初のスターをつけてみよう!
aphyr.com2022/12/07
I write a lot of reductions: loops that combine every element from a collection in some way. For example, summing a vector of integers: (reduce (fn [sum x] (+ sum x)) 0 [1 2 3]) ; => 6 If you’re no...
3 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /
reduceとloop/recurのいいとこどりをしたマクロ`loopr`を作ったよ、という話
masa8aurum のブックマーク 2023/04/14 07:21
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Loopr: A Loop/Reduction Macro for Clojure
aphyr.com2022/12/07
I write a lot of reductions: loops that combine every element from a collection in some way. For example, summing a vector of integers: (reduce (fn [sum x] (+ sum x)) 0 [1 2 3]) ; => 6 If you’re no...
3 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /