[Cuis-dev] [Ann] Serialization of BlockClosures
Juan Vuletich
juan at jvuletich.org
Sun Sep 29 10:57:20 PDT 2019
Hi Folks,
After many requests made during a long time, it is finally here. We can
now serialize almost any BlockClosures, including those that use outer
temps, self, instance variables, etc.
The only closures that can't be serialized are those that do non-local
returns (^stuff) or super sends. These are usually not passed around or
stored in variables, so I don't expect this to be a limitation.
Updates now at GitHub.
Cheers,
--
Juan Vuletich
www.cuis-smalltalk.org
https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev
https://github.com/jvuletich
https://www.linkedin.com/in/juan-vuletich-75611b3
@JuanVuletich
More information about the Cuis-dev
mailing list