[go-nuts] Re: Closure, recursion and higher-order functions

2019-01-03 Thread spp
very often 在 2018年12月30日星期日 UTC+8上午12:07:38,伊藤和也写道: > > How often do you use closure, recursion and higher-order functions? > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send

[go-nuts] Re: Closure, recursion and higher-order functions

2018-12-29 Thread David Collier-Brown
Recursion often, iteration *very* often, closure with care and conscious effort. Higher order functions? Generate and execute all the time, passing and using functions a bit less. R, I and H are easy to reason about, you see. C takes due care. --dave -- You received this message because you