5 pointsby rcy15 hours ago1 comment
  • gvkhna2 hours ago
    Go is my go to for simple coding projects now, if i have an agent work grind on it. It’s lightweight fast and resource minimal, while being quick to code.

    Go tooling is kind of surprisingly minimal and takes more taming then should be required. Especially monorepo workspace support seems a bit like an afterthought.

    Hope to see continued improvements because in agentic era go is a serious go to.

    Rust is top tier but for most things, it’s not really needed for an agent, to spend longer tokens fixing memory ceremony.

    But rust tooling is best in class overall I feel and hope google continues improvements for go.