I’m building a goroutine capable typescript JIT. So far I have lexical scope, closures goroutines and GC.
Since I’m using AI to build it and have limited context window I started with the hardest first. So it only supports int64 now.
If you want to help