mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

11K
active users

#golang

134 posts86 participants7 posts today

⚡ Tcl/Tk application binaries through Go

「 This remarkable Go package is an automatic translation of Tcl/Tk 9.0 from C to pure Go. Its primary goal is to allow Go developers to use Tk without C library dependencies. However, because the binaries include a full Tcl 9 interpreter, they can run arbitrary Tcl code 」

wiki.tcl-lang.org/page/Tcl%2FT

wiki.tcl-lang.orgTcl/Tk application binaries through GoTclers wiki

Suppose you'd want to write a personal website & blog in #GoLang, which framework would you use?

I'm an experienced Python dev, but want to improve my Go skills, which means the language is set.

The website is also gonna have some advanced features when it comes to content negotiation and stuff (e.g. I want to return plain text with ANSI escapes if the client is curl, whatever), therefore generating a static website isn't a good fit.

Also: Recommendations for a templating lib?