|
|
|
|
|
by ftcHn
2006 days ago
|
|
> I rarely use recursion/for loops Same here. I use c# and Typescript mostly. In c# you can use Select for map, Aggregate for reduce and there's a huge selection of other list processing operations that make use of lambda expressions. In typescript/javascript there map, reduce, etc |
|