Mark Mandel

Results 953 comments of Mark Mandel

Preview: ![image](https://github.com/user-attachments/assets/7b4f2848-b6f2-44f8-a07b-773d6b6a0f40) Closes #31

I still think this is a good idea 😄

I'm slowly pottering on this in the background. Trying to see what is possible with yaegi.

I just tried out yaegi since I thought that it would be handy to straight import Agones go types... and I think it's a no-go. Only works with older Go...

https://github.com/tetratelabs/wazero looks particularly good at this.

OMG, wasm is paaaaiiiinful. 😬 Doing some more scripting language exploration - trying to find something that has really good Go interop. * https://github.com/risor-io/risor/blob/main/examples/go/struct/main.go actually looks really promising. * https://pkg.go.dev/github.com/dop251/goja#Runtime.ToValue...

I'm still leaning towards risor, since the Go interop seems so good, but I've just been introduced to the world of wasm plugin frameworks! * https://extism.org/docs/overview Actually this looks, amazing....

Interesting conversation on Slack re: yaegi https://agones.slack.com/archives/C9DGM5DS8/p1748284398595809

So chatting in Slack (see above) - we got it working! which is awesome. A few concerns I still have with Yaegi: 1. Maintenance. Is it maintained? I'm not entirely...