6 ms·
The most amusing thing I found about Go is that they built a presentation framework similar alongside the language. It's got some additional syntax on top of ma
by disintegrator 1y ago
The most amusing thing I found about Go is that they built a presentation framework similar alongside the language. It's got some additional syntax on top of markdown but the documentation to use it can readily fit in an LLM's context window. I'd say it's good enough for many simple presentations.
https://pkg.go.dev/golang.org/x/tools/present https://pkg.go.dev/golang.org/x/tools/present
- everybodyknows 1y agoInteresting. I'm wondering about its future. Still nominally pre-release, v0.32, and with alternative syntaxes supported. > in legacy present slides/sections use "*" instead of "##"