A post by Enrque\m/Talavera
Suposse you have the following function ifBothTrue(age >18)(numAccidentes==0){ println("Discount...
-A by-value parameter is like receiving a val field, its body is evaluated once, when the parameter i...
Functions literals can be assigned to val fields to create function variables. To be consistent with...
"Statements do not return results and are executed solely for their side effects, while expressions a...
Pure functions are memoizable Memoization is an optimization technique used primarily to speed up co...
https://elpais.com/politica/2020/06/15/sepa_usted/1592236810_602206.html
The "Great FP Terminology Barrier" "Things that can be mapped over shall be called...Functor" Combi...