<div dir="ltr"><div><div>I've been working on a simple kernel for the Go language. My main reason for writing this was to learn Go, so forgive my awkward code. The basics are now working, and you can get it from here:<br>

<br><a href="https://github.com/takluyver/igo">https://github.com/takluyver/igo</a><br><br></div>At the moment, this is something of a proof of concept. Go is a compiled language, and it doesn't support dynamic execution natively. I'm using a third-party package (<a href="https://github.com/sbinet/go-eval">https://github.com/sbinet/go-eval</a> ) for execution, but it doesn't support some key things (like imports - see bug 1). So if anyone wants to use this seriously, you should look at improving that.<br>

<br></div>Thanks,<br>Thomas<br></div>