Actualités 3/lazy
I will write this later...
Fri, 20 Feb 2015 01:50:00 GMT
lazy is a module for making python lazily evaluated (kinda). lazy runs under python 3.5 and 3.4. Calling f(1, 2) will return a thunk that will add 1 and 2 when it needs to be strict. Doing anything ...