aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/transducer_stream_pipe.md
diff options
context:
space:
mode:
authorfachammer2019-09-18 10:30:05 +0200
committerfachammer2019-09-18 10:30:05 +0200
commit488c83c0ce93bedf24afa974d652033c8b0f3a0a (patch)
treed165d6c10ef013671e8c93179b5319b42a2995ef /documentation/research/transducer_stream_pipe.md
parent4049370ec0d0bec578b8fcb83700d020e81386c4 (diff)
rename documentation file
'|' (pipe) is an illegal filename character on windows. having the pipe would prevent checking out the repository on windows
Diffstat (limited to 'documentation/research/transducer_stream_pipe.md')
-rw-r--r--documentation/research/transducer_stream_pipe.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/documentation/research/transducer_stream_pipe.md b/documentation/research/transducer_stream_pipe.md
new file mode 100644
index 000000000..4f789b55b
--- /dev/null
+++ b/documentation/research/transducer_stream_pipe.md
@@ -0,0 +1,27 @@
+# Reference
+
+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)
+