aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/transducer_stream_pipe.md
diff options
context:
space:
mode:
authorEduardo Julian2022-02-27 04:53:04 -0400
committerEduardo Julian2022-02-27 04:53:04 -0400
commit4167849041d7635a0fc2e81fc2bebae3fa0bb3d9 (patch)
tree5bbe3fc5efb146e709820d2b00a2bcbbf8b4827a /documentation/bookmark/transducer_stream_pipe.md
parent08518ba37d9094c5cc8683fc404c349e534b8dc9 (diff)
Fixed directive extensions for Lux/Lua.
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/transducer_stream_pipe.md51
1 files changed, 26 insertions, 25 deletions
diff --git a/documentation/bookmark/transducer_stream_pipe.md b/documentation/bookmark/transducer_stream_pipe.md
index 5ba3f040a..cb8aae481 100644
--- a/documentation/bookmark/transducer_stream_pipe.md
+++ b/documentation/bookmark/transducer_stream_pipe.md
@@ -1,28 +1,29 @@
# Reference
-1. [zug](https://sinusoid.es/zug/)
-1. https://dev.to/greencoder/build-your-own-transducer-and-impress-your-cat---part-1-mhp
-1. https://functional.works-hub.com/learn/reducers-and-transducers-introductory-d0cff
-1. http://beerendlauwers.be/posts/2015-12-09-transducers.html
-1. https://clojure.org/reference/transducers
-1. http://sickaf.xyz/2017/07/transducers
-1. http://hypirion.com/musings/haskell-transducers
-1. https://github.com/hyPiRion/haskell-transducers
-1. https://github.com/cgrand/xforms
-1. https://deque.blog/2017/07/28/implementing-clojure-like-transducers-in-idris-part-1/
-1. http://jlongster.com/Transducers.js--A-JavaScript-Library-for-Transformation-of-Data
-1. https://labs.uswitch.com/transducers-from-the-ground-up-the-essence/amp/
-1. https://bendyworks.com/blog/transducers-clojures-next-big-idea
-1. http://conscientiousprogrammer.com/blog/2014/08/07/understanding-cloure-transducers-through-types/
-1. [Lighting Talk - How to Write a Fast, Reducible Collection - Ghadi Shayban](https://www.youtube.com/watch?v=FjKnlzQfAPc)
-1. [Lazy v. Yield: Incremental, Linear Pretty-printing](https://www.cs.indiana.edu/~sabry/papers/yield-pp.pdf)
-1. https://labs.uswitch.com/transducers-from-the-ground-up-the-practice/
-1. [Continuations and Transducer Composition](http://matt.might.net/papers/might2006transducers.pdf)
-1. https://deque.blog/2017/11/13/free-monads-from-basics-up-to-implementing-composable-and-effectful-stream-processing/
-1. https://www.tweag.io/posts/2018-06-21-linear-streams.html
-1. [Common Lisp Study Group An Intro to SERIES](https://www.youtube.com/watch?v=uRLgZCV4bOM)
-1. [Appendix A. Series](https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node347.html)
-1. [YOW! Lambda Jam 2018 - Simon Belak - Transducing for fun and profit](https://www.youtube.com/watch?v=H0sSbTWxTsM)
-1. https://nextjournal.com/zampino/fold
-1. [Fusing Effectful Comprehensions*](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/10/fusing_effectful_comprehensions.pdf)
+0. [Complete Guide to Transducers](https://nwcalvank.dev/transducers/)
+0. [zug](https://sinusoid.es/zug/)
+0. https://dev.to/greencoder/build-your-own-transducer-and-impress-your-cat---part-1-mhp
+0. https://functional.works-hub.com/learn/reducers-and-transducers-introductory-d0cff
+0. http://beerendlauwers.be/posts/2015-12-09-transducers.html
+0. https://clojure.org/reference/transducers
+0. http://sickaf.xyz/2017/07/transducers
+0. http://hypirion.com/musings/haskell-transducers
+0. https://github.com/hyPiRion/haskell-transducers
+0. https://github.com/cgrand/xforms
+0. https://deque.blog/2017/07/28/implementing-clojure-like-transducers-in-idris-part-1/
+0. http://jlongster.com/Transducers.js--A-JavaScript-Library-for-Transformation-of-Data
+0. https://labs.uswitch.com/transducers-from-the-ground-up-the-essence/amp/
+0. https://bendyworks.com/blog/transducers-clojures-next-big-idea
+0. http://conscientiousprogrammer.com/blog/2014/08/07/understanding-cloure-transducers-through-types/
+0. [Lighting Talk - How to Write a Fast, Reducible Collection - Ghadi Shayban](https://www.youtube.com/watch?v=FjKnlzQfAPc)
+0. [Lazy v. Yield: Incremental, Linear Pretty-printing](https://www.cs.indiana.edu/~sabry/papers/yield-pp.pdf)
+0. https://labs.uswitch.com/transducers-from-the-ground-up-the-practice/
+0. [Continuations and Transducer Composition](http://matt.might.net/papers/might2006transducers.pdf)
+0. https://deque.blog/2017/11/13/free-monads-from-basics-up-to-implementing-composable-and-effectful-stream-processing/
+0. https://www.tweag.io/posts/2018-06-21-linear-streams.html
+0. [Common Lisp Study Group An Intro to SERIES](https://www.youtube.com/watch?v=uRLgZCV4bOM)
+0. [Appendix A. Series](https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node347.html)
+0. [YOW! Lambda Jam 2018 - Simon Belak - Transducing for fun and profit](https://www.youtube.com/watch?v=H0sSbTWxTsM)
+0. https://nextjournal.com/zampino/fold
+0. [Fusing Effectful Comprehensions*](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/10/fusing_effectful_comprehensions.pdf)