Hacker News
- Filter, Map, Reduce in 1.5 minutes [video] https://www.youtube.com/watch?v=PZvHZJVeYdw 8 comments
- Show HN: Map, Reduce and Filter in Go https://github.com/alediaferia/go-collections 3 comments
- Show HN: s3-lambda – Lambda functions over S3 objects: each, map, reduce, filter https://github.com/littlstar/s3-lambda 74 comments
Lobsters
- Rewrite loops using map, filter and reduce https://flaviocopes.com/javascript-loops-map-filter-reduce/ 16 comments javascript
- ELI5 — Map-Filter-Reduce https://medium.com/lazy-eval/eli5-map-reduce-filter-1fc02f512aba 16 comments programming
- .map(), .filter() and .reduce() - animated https://medium.com/@js_tut/map-filter-and-reduce-animated-c077c16e1526?source=friends_link&sk=6d964d6812955008d86c991d837dfe4b&v=1 6 comments javascript
- Map, Filter and Reduce – Animated https://medium.com/@js_tut/map-filter-and-reduce-animated-7fe391a35a47?source=friends_link&sk=0100c8ecaf13fe61fe1adc94173703dc&v=11 5 comments javascript
- Map, Filter and Reduce – Animated https://medium.com/@js_tut/map-filter-and-reduce-animated-7fe391a35a47?source=friends_link&sk=0100c8ecaf13fe61fe1adc94173703dc&l=1 5 comments javascript
- Remember .filter(), .map() and .reduce() https://youtu.be/EzB6Pk66XW8 44 comments node
- Map, Filter and Reduce – Explained by Animation https://medium.com/@js_tut/map-filter-and-reduce-animated-7fe391a35a47?source=friends_link&sk=0100c8ecaf13fe61fe1adc94173703dc&mvt=1 7 comments javascript
- Map, Reduce, and Filter http://danmartensen.svbtle.com/javascripts-map-reduce-and-filter 6 comments javascript
- I am new to .map(), .filter() and .reduce(). Can someone explain this? https://medium.com/poka-techblog/simplify-your-javascript-use-map-reduce-and-filter-bd02c593cc2d 8 comments learnjavascript
- Writing elegant code with map, filter, and reduce in Python https://lkarev.medium.com/writing-elegant-code-with-map-filter-and-reduce-in-python-4be764445ab9 10 comments python
- Simplify your JavaScript – Use .map(), .reduce(), and .filter() https://medium.com/poka-techblog/simplify-your-javascript-use-map-reduce-and-filter-bd02c593cc2d 150 comments javascript
- 15 Useful JavaScript Examples of .map(), .reduce() and .filter() https://medium.com/@alex_permyakov/15-useful-javascript-examples-of-map-reduce-and-filter-74cbbb5e0a1f 20 comments javascript
- Simplify your JavaScript – Use .map(), .reduce(), and .filter() https://medium.com/poka-techblog/simplify-your-javascript-use-map-reduce-and-filter-bd02c593cc2d 25 comments coding
- Simplify your JavaScript – Use .map(), .reduce(), and .filter() https://medium.com/poka-techblog/simplify-your-javascript-use-map-reduce-and-filter-bd02c593cc2d 14 comments programming
- Simplify your JavaScript – Use .map(), .reduce(), and .filter() https://medium.com/poka-techblog/simplify-your-javascript-use-map-reduce-and-filter-bd02c593cc2d 5 comments javascript
- Map, reduce, and filter in Go ? https://gobyexample.com/collection-functions 18 comments golang
- Reducers - Rich Hickey explains the essence of map, filter, collections http://vimeo.com/45561411 43 comments programming
- The Map, Filter, Reduce Paradigm http://cdiggins.com/2007/01/14/the-map-filter-reduce-paradigm/ 2 comments programming
- JS .filter(), .map() and .reduce() on real world example https://youtu.be/EzB6Pk66XW8 26 comments node
- Functional Programming in C#: Map, Filter, and Reduce - SubMain https://blog.submain.com/csharp-functional-programming/ 68 comments csharp
- List processing with map, filter and reduce https://scotch.io/tutorials/list-processing-with-map-filter-and-reduce 3 comments javascript
- Learn map, filter and reduce in javascript https://medium.com/@joomiguelcunha/learn-map-filter-and-reduce-in-javascript-ea59009593c4 6 comments reactjs
- Map, Filter and Reduce – Hacker Noon https://hackernoon.com/map-filter-and-reduce-67d408e06107 11 comments javascript
- I wrote about some examples of using map, filter, and reduce, as well as accessing JSON and using the DOM with vanilla JS https://www.taniarascia.com/real-world-examples-of-map-filter-and-reduce-in-javascript/ 12 comments javascript
- Is there a 'fold' function in math? (map, filter, reduce in computer science) https://www.reddit.com/r/math/comments/bryxn6/is_there_a_fold_function_in_math_map_filter/ 11 comments math
- Functional programming in Javascript: map, filter and reduce http://cryto.net/~joepie91/blog/2015/05/04/functional-programming-in-javascript-map-filter-reduce/ 5 comments node
- Javascript Performance Test 2019 [Part-1] - for vs for each vs (map, reduce, filter, find) https://overflowjs.com/posts/javascript-performance-test-2019-part-1-for-vs-for-each-vs-map-reduce-filter-find.html 4 comments javascript
- An Illustrated (and Musical) Guide to Map, Reduce, and Filter Array Methods https://css-tricks.com/an-illustrated-and-musical-guide-to-map-reduce-and-filter-array-methods/ 18 comments javascript
- Higher Order Functions: Map, Filter, Reduce and more - Part 1 http://www.weheartswift.com/higher-order-functions-map-filter-reduce-and-more/ 14 comments programming
- Rack::Reducer, a gem for mapping URL params to functions that filter data, in any Rack app. https://github.com/chrisfrank/rack-reducer 7 comments ruby
- proto - package for Map, Reduce, Filter, and other operations for a channel-proxy style https://github.com/eblume/proto 4 comments golang
- Higher-order functions map(), filter() and reduce() explained using animation https://medium.com/@js_tut/map-filter-and-reduce-animated-7fe391a35a47?source=friends_link&sk=0100c8ecaf13fe61fe1adc94173703dc&vst=2 37 comments javascript
- Higher-order functions map(), filter() and reduce() explained using animation. https://medium.com/@js_tut/map-filter-and-reduce-animated-7fe391a35a47?source=friends_link&sk=0100c8ecaf13fe61fe1adc94173703dc&rv=75 52 comments javascript
- pjs: Pipeable JavaScript. Another utility like sed/awk/wc... but with JS! Quickly filter, map, and reduce from the terminal. https://github.com/danielstjules/pjs 21 comments javascript
- [Discussion][JS, Python, PHP, ...] When to use Array functions map, foreach, filter, reduce instead of for loop https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype 3 comments learnprogramming
- [x-post] pjs: Pipeable JavaScript. Another utility like sed/awk/wc... but with JS! Quickly filter, map, and reduce from the terminal. https://github.com/danielstjules/pjs 6 comments node
- Learning functional/declarative programming in JS beyond map, reduce, filter: I have created a github project where I will solve a simple programming problem each week in a declarative way. New solution added: Compare the triplets https://github.com/dbagia/declarative-demos 14 comments javascript