Hacker News new | ask | show | jobs
by carefree-bob 62 days ago
curious, what about Mojo makes you not trust it?
1 comments

I used both rust and zig when they were new and I found myself focusing too much on the language instead of what I wanted to do with it.

Zig doing breaking changes was especially frustrating for some time.

Also all the things that would be missing from the language. Sometimes I realized I need that feature some time into the development and then the compiler doesn't have it.

Mojo being also a new language, I would think just writing code in C or C++ would be more stable and useful for me.

Yeah, that makes sense. It's always tempting to focus on tools, whether tweaking the OS, or learning new languages, or new frameworks, editors, etc.