|
|
|
|
|
by pjmlp
623 days ago
|
|
I rather love three specific projects that are rather vocal about Go actually. TamaGo, TinyGo and the Go compiler toolchain itself. As they are all good examples regarding Go's suitability for systems programming, regardless of the usual discussion of what is systems programming about. |
|
A good example of what I mean is a project like Ollama. If you look at the repository's main page, the only hints that it is written in Go are in the file tree, the GitHub language graph, and the topic labels. This is a project that was started in 2023 and exemplifies the lack of necessity to brand the project with "written in Go" likely because Go has really taken hold in CLI application development. (This could have easily been called Gollama. :D)