Hacker News new | ask | show | jobs
by disintegrator 411 days 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

1 comments

Interesting. 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 "##"