6 ms·
Thats pretty sweet. How does the repl work? Does it compile to Go, then execute? Or does it ship with a full vm? Most go repls are really slow because they nee
by shikck200 3mo ago
Thats pretty sweet.
How does the repl work? Does it compile to Go, then execute? Or does it ship with a full vm? Most go repls are really slow because they need to compile/execute (they fake the "e" part in repl). Its a niche case, but could enable some fun projects.