-
Updated
Oct 14, 2020 - TypeScript
transducers
Here are 57 public repositories matching this topic...
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Oct 15, 2020 - Julia
-
Updated
Apr 18, 2019 - Python
-
Updated
Mar 16, 2020 - Clojure
-
Updated
Dec 15, 2017 - Clojure
-
Updated
Oct 13, 2020 - Julia
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Aug 21, 2020 - OCaml
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Oct 12, 2020 - Rust
-
Updated
Oct 14, 2020 - Julia
-
Updated
Aug 8, 2018 - Clojure
-
Updated
Oct 14, 2020 - Python
-
Updated
Mar 20, 2020 - Clojure
-
Updated
May 28, 2017 - Clojure
-
Updated
Aug 16, 2019 - Clojure
-
Updated
Jun 7, 2017 - Smalltalk
-
Updated
Oct 13, 2020 - Julia
-
Updated
Aug 20, 2020 - TypeScript
-
Updated
Oct 10, 2020 - CSS
-
Updated
Oct 14, 2020 - Python
head– returns the first elementlast– the opposite ofhead; returns the last elementtail- all elements except the first onereduceRight– similar to how we implementedreduceconcat– takes in n-arrays and combines them. Soconcat(arr1, arr2, ...arrN)take– returns the firstnelements of an array. Sotake(n)(arr)takeWhile– `takeWhile(condition)(a
-
Updated
Mar 31, 2017 - Kotlin
-
Updated
Jul 19, 2017 - Assembly
-
Updated
Dec 7, 2017 - JavaScript
-
Updated
Jun 1, 2017 - JavaScript
Improve this page
Add a description, image, and links to the transducers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transducers topic, visit your repo's landing page and select "manage topics."
Syntax
Synchronous
reducewithout promise handling. Only for arrays (for now)