stojan
06/30/2021, 8:09 AMsimon.vergauwen
06/30/2021, 8:58 AMstojan
06/30/2021, 8:59 AMstojan
06/30/2021, 8:59 AMSatyam Agarwal
06/30/2021, 9:21 AMstojan
06/30/2021, 9:23 AMsimon.vergauwen
06/30/2021, 1:32 PMlateinit
are typically not useful to me, or to FP in general but there are some good use-cases for them in low-level code where you might want to write such code to optimize code in hot loops or similar.stojan
06/30/2021, 1:34 PMMarius Kotsbak
07/05/2021, 11:52 AMsimon.vergauwen
07/05/2021, 11:58 AMthis
an intersection type.Marius Kotsbak
07/05/2021, 12:00 PMMarius Kotsbak
07/08/2021, 12:23 PMsimon.vergauwen
07/08/2021, 1:10 PMR
with multiple constraints, and inside the function all syntax is automatically enabled.
Any type that satisfies the constraint automatically gets the syntax that was defined on R
.
This is a very powerful pattern to replace a service layer with just top-level functions.
https://gist.github.com/nomisRev/1f91710ebec1709d4ce8059812482624stojan
07/13/2021, 8:35 AM