fysom icon indicating copy to clipboard operation
fysom copied to clipboard

Port to Micropython

Open Eric24 opened this issue 7 years ago • 3 comments

I'm considering porting fysom to Micropython. The most significant challenge I see is that weak references are not supported. From the fysom code, I see that they are only used in the _weak_callback function.

What would be the downside of not using weak references? Are those objects then never released, or is the use of weak references just a way to release the objects sooner or more efficiently?

Eric24 avatar Jul 03 '17 16:07 Eric24