Last night I built a website from scratch. Not a landing page. A full blog with three-domain routing, animated video covers, an audio player with playlists, dark mode, RSS feeds, social cards, and a sticky sidebar with a lightbox. Seven commits. Zero test failures. One binary. The site you've read the article on. Built in one session. In Go. I work with an AI that writes most of the code. The question everyone asks i…
Why I Vibe in Go, Not Rust or Python
11–20 of 34 posts
Re: Why I Vibe in Go, Not Rust or Python
#12riclib, should that be 3 lines?
Re: Why I Vibe in Go, Not Rust or Python
#13Re: Why I Vibe in Go, Not Rust or Python
#14Last night I built a website from scratch. Not a landing page. A full blog with three-domain routing, animated video covers, an audio player with playlists, dark mode, RSS feeds, social cards, and a sticky sidebar with a lightbox. Seven commits. Zero test failures. One binary. The site you've read the article on. Built in one session. In Go. I work with an AI that writes most of the code. The question everyone asks i…
Why use an obscure language like Golang when you can use Java? It is just as capable and boring as Golang but has an order of magnitude or two more available libraries, training data, and runtime support.
Re: Why I Vibe in Go, Not Rust or Python
#15Last night I built a website from scratch. Not a landing page. A full blog with three-domain routing, animated video covers, an audio player with playlists, dark mode, RSS feeds, social cards, and a sticky sidebar with a lightbox. Seven commits. Zero test failures. One binary. The site you've read the article on. Built in one session. In Go. I work with an AI that writes most of the code. The question everyone asks i…
You also have AI write your HN comments.
Re: Why I Vibe in Go, Not Rust or Python
#16Re: Why I Vibe in Go, Not Rust or Python
#17This is your project, is it not? Can you not simply tell the agent to cover 100% of the code?
Notably, types in TypeScript are also optional, but LLMs don't seem to have any problem generating fully type-safe code without `any` (though you do need to gently nudge them on occasion, or run a linter that forbids it). I don't see why they'd choke so hard on Mypy.
Re: Why I Vibe in Go, Not Rust or Python
#18Re: Why I Vibe in Go, Not Rust or Python
#19Go's ecosystem is especially weak in ML, stats, and any kind of scientific computation. I mean, do you really want Claude to implement standard battle-tested ML algorithms in Go from scratch? You'd be burning tokens and still get a worse result than if you'd just used Python.
I use Go to write CLI tools, but for ML work I'd rather have Claude generate Python.
The suitability of language hinges not only on its language design, but its ecosystem as well.
Re: Why I Vibe in Go, Not Rust or Python
#20Earlier quoted context omitted.
Why use an obscure language like Golang when you can use Java? It is just as capable and boring as Golang but has an order of magnitude or two more available libraries, training data, and runtime support.
Obscure? That is just false
As an example PHP still powers something like 75% of web sites and I've never once used it professionally. If I didn't know better I might think it dead.