Hacker News new | ask | show | jobs
Vibe-Coding an ESP32 Version of Micro QuickJS / MQuickJS (conoroneill.net)
4 points by conoro 180 days ago
1 comments

A language runtime vibe-coded for a language that people will very likely vibe code in. Something about that makes my head hurt a little.

I guess, it's easier for LLMs to generate dynamic language code than something like Rust (or even assembly). But still, one does wonder, why not just compile down to C or ASM. But I guess the answer is the ease of debugging / maintainability.