Hacker News new | ask | show | jobs
by jerf 3198 days ago
I poked around with writing a Go interpreter a while back. There are a number of issues that make it practically infeasible. You can get some hacked-up stuff off of GitHub, but those hacked up things are pretty much the best you can do right now.

But as per my other thread in this thread, if the scientific community becomes big enough I wouldn't be surprised they fork Go entirely, at which point that opens up a lot more options.

1 comments

as I am working on https://github.com/go-interpreter/wagon, I'd be very interested in these issues you're talking about.