Don't quite understand the logic behind this. Odin does not even have a Wikipedia page or a book on Amazon. It seems that anyone that would like Odin, would instead like or prefer Jai. In fact, Odin was heavily influenced by and copied from Jai.<p>Think that Odin only gets some shine because Jai wasn't released to the public. As of now, Jon Blow has made it way more easy for people to get beta versions of Jai. As for books on it, Ivo Balbaert (tech author of other programming books) is presently working on one that looks nearly complete.<p>The language that is really kind of like Go, would arguably be V lang[2]. It's a hybrid Go and C alternative. By the way, it at least has a Wikipedia page and books on Amazon about it.<p>[1]: <a href="https://inductive.no/jai/" rel="nofollow">https://inductive.no/jai/</a><p>[2]: <a href="https://vlang.io" rel="nofollow">https://vlang.io</a>
I write Go, tried Odin for about 3 weeks, decided it wasn't for me.<p>I appreciated some things, like the fact that the syntax is close to Go, the easy interop with C, the fast compilation, somewhat complete stdlib.<p>Other things I didn't like much: pointers have changed to '^', I'm sure there's a reasonable but I just don't like it, I'm used to '*'.
Error handling is a PITA as far as I can remember. Meta programming felt clunky.<p>This is all subjective based on my limited experience, but I felt that Zig worked better for me.