Comments by "Anony Mousse" (@anon_y_mousse) on "Is Odin "Programming done right"? (with Bill Hall)" video.
-
I don't know if it's just me, but Odin fails to build straight from the repository. I tried checking out prior tags to no avail. I suspect my clang/LLVM installation is out of date, but I'm not updating since it works now and updating always breaks things for me. This is the eternal problem I keep having with new languages, they refuse to build out of the box unless you have the exact same system they expect or the latest and greatest library versions or stand on one leg and cluck like a chicken. Zig at least provides a pre-built binary that runs, even if the language is half-baked and not completed, and Rust as ginormous as it is actually built from source, which is a first for me, but none of the nightly builds for Odin will even run because even my libffi is out of date. Is it too much to ask that compiler authors try to remember that all they're doing is converting source into a binary format and it doesn't require the latest and greatest of everything to do that. Hell, I'm not even finished with my own language, but every version compiled for every system I tested it on without the need to update anything and still generated code which ran. Except for the Pi version, which generated a binary that ran, but not on the Pi itself, because I haven't written the ARM code generator yet.
3
-
1
-
1
-
1
-
1
-
1