File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 3636 :url " https://github.com/puredanger"
3737 :affiliation [:clojure.core ]
3838 :links [{:icon " github" :text " GitHub" :href " https://github.com/puredanger" }]}
39+ :seancorfield
40+ {:name " Sean Corfield"
41+ :affiliation [:clojurecamp ]
42+ :url " https://github.com/seancorfield" }
3943 :timschafer
4044 {:name " Tim Schafer"
4145 :url " https://github.com/srcerer"
Original file line number Diff line number Diff line change 1-
1+ ^{:clay
2+ {:quarto {:title " A few examples of Transducers"
3+ :type :post
4+ :author [:seancorfield :timothypratley ]
5+ :date " 2025-05-30"
6+ :category :clojure
7+ :tags [:transducers :lazy-sequences :xforms ]
8+ :keywords [:transducers ]}}}
29(ns clojure-camp.pairing )
310
4- ; ; let's work on an algorithm together!
11+ ; ; let's work on a post together!
512
613; ; this produces a lazy sequence of strings:
714(map #(str " Hello, " % " !" ) [" Alice" " Bob" " Charlie" ])
You can’t perform that action at this time.
0 commit comments