So I’ve been working on XeOSC a bit recently. I managed to get the scripting engine fairly functional now and you can actually do some pretty cool stuff with it. I’m using gopher-lua for the Lua implementation and that allows the use of Go channels for concurrency, which is great. Go’s concurrency model is a lot easier and more powerful than Lua’s, so it’s really great having access to it.