k33g.hashnode.devGoloScript will be the scripting language for AIIn the latest release, I finalized the integration of the OpenAI Go SDK into GoloScript, which allows you to write generative AI scripts with the ease and simplicity of GoloScript. This integration will let you use LLMs served by Docker Model Runner,...Jan 14·5 min read
k33g.hashnode.devGoloScript and WebAssemblyThis morning, my brain woke me up by reminding me of an article I had written a few years ago about how to exchange string data between the host and the WebAssembly guest: [Wazero Cookbook - Part One: WASM function & Host application](https://k33g.ha...Jan 13·6 min read
k33g.hashnode.devGoloScript and WebAssembly Support with WazeroWe're talking a bit about WASM for the new GoloScript release (v0.0.0-alpha.4) https://codeberg.org/TypeUnsafe/golo-script/releases We've been talking about WASM (WebAssembly) for a few years now. WASI (WebAssembly System Interface) is a standard tha...Jan 12·9 min read
k33g.hashnode.devA bit of Golo for the weekendSo, the GoloScript interpreter isn't completely "done" yet, but we can already do some cool things with it. Here are a few examples. Functions are first-class citizens With a bit of currying, some functional programming... module functions.ListMapFun...Jan 9·3 min read
k33g.hashnode.devPlayground & Getting Started with Golo 🤓This post is a follow-up to "I Resurrected the Language That Boosted My "Geek Speaker" Career: Golo is Back!" Quick reminder: what is Golo? Golo was originally a dynamic language running on the JVM... The project was archived a few years ago. I decid...Jan 8·4 min read