You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a meta-issue collecting sources of inspiration for Galvin.
Garbage collection and type inference.
If we at a later state decide to implement our own GC, instead of simply relying on the Go GC (as we do when transpiling to Go), this may be a source of inspiration.
@karlek, we may do a video chat with @faiface to learn more about Funky. In particular, @faiface mentioned that they have a novel approach to handling IO and other side effects, would be great to get insight into how this works.
This is a meta-issue collecting sources of inspiration for Galvin.
Garbage collection and type inference.
Get inspiration from Funky :)