I like Odin
hasenjudy.wordpress.com
I like Odin
1–10 of 211 posts
Re: I like Odin
#2I wonder how Go got it's reputation as a systems language. Imo, it occupies the same abstraction level as Java or C#.
Re: I like Odin
#3But the warts just aren't big enough to justify switching to a different language. That's why no "better C than C" has ever become really popular.
Re: I like Odin
#4Re: I like Odin
#5I can't see this being generally successful unless it can interoperate with existing C code without much effort. Update: It appears it can: https://odin-lang.org/docs/overview/#foreign-system
It apparently targets LLVM.
Re: I like Odin
#6> As someone who is interested in systems programming, and has experience working with Go I wonder how Go got it's reputation as a systems language. Imo, it occupies the same abstraction level as Java or C#.
Re: I like Odin
#7> As someone who is interested in systems programming, and has experience working with Go I wonder how Go got it's reputation as a systems language. Imo, it occupies the same abstraction level as Java or C#.
It is kinda confusing that the term is used for that and for low-level embedded/firmware/kernel programming, despite both areas having little in common with each other.
Re: I like Odin
#8i had to stop reading cause of all the ads ! Bloody hell !
Re: I like Odin
#9> As someone who is interested in systems programming, and has experience working with Go I wonder how Go got it's reputation as a systems language. Imo, it occupies the same abstraction level as Java or C#.
Re: I like Odin
#10> As someone who is interested in systems programming, and has experience working with Go I wonder how Go got it's reputation as a systems language. Imo, it occupies the same abstraction level as Java or C#.
https://www.youtube.com/watch?v=rKnDgT73v8s
I would not say it's the same as Java or C#. The crucial difference is that it compiles to a native executable binary file, not something that needs a virtual machine.