Hacker News new | ask | show | jobs
by sylware 21 days ago
Cannot access the web site: whatwg cartel web engine only.

Is antjs coded in plain and simple C?

1 comments

Seems like so: https://github.com/theMackabu/ant

Odd choice for a vibecoded project.

> Odd choice for a vibecoded project.

Not really, there's some advantages if the viber is experienced in C.

1. When the LLM needs to figure out what functions exist, it reads only headers, not the actual implementation. IME the agent uses a fraction of tokens compared to vibing out a Java or C# project.

2. There's only a handful of common footguns in C (signed overflow, use-after-free, dereferencing NULL, etc) all of which are localised, compared to C++ which has all those C footguns plus non-localised footguns that can't be easily detected without knowing the entire program at once.

Thx for the github.com link, I can have a look at it.
> Odd choice for a vibecoded project.

I'm using coding agents to accelerate implementation, not to replace understanding or review. The architecture, technical decisions, testing, and final responsibility are still mine, so I don't think "vibecoded" is an accurate description here.