> I am starting to write some beginner tutorial for wNim It is great that there is some progress with your Windows GUI.
How do you manage memory resources? I have seen no manual free() in your example code, so I assume that you have implemented finalizers like I did for GTK, using GC_ref() and all that. So do you have already ideas how it can work with newruntime and owned refs? I was told there will be no GC_Ref() with newruntime, so it is not that easy. What are your ideas ans plans?
