Search Results
!!b2oSUmilA2N/g/105911078#105925620
7/16/2025, 2:55:03 PM
>>105925479
>odin doesn't have methods
Yes and nothing's stopping you from using function pointers as methods with one additional line, like in C.
In terms of language design, its less cluttered when there is no v-table with syntax sugar that handles that above one additional line for you implicitly.
>>105925500
>insane how anyone can make a modern language like this
While languages like C++ and Rust give more and more, languages like Odin, Jai and C3 give less and less, to the point where they have nothing fancy about their language to market about.
Its not insane. That is how you maintain sanity when seriously programming for the modern hardware.
Modern x86, ARM hardware and GPGPU graphics APIs are complex enough. Having retarded Programming Language complexity on top of that actually makes one loose sanity in no time.
>odin doesn't have methods
Yes and nothing's stopping you from using function pointers as methods with one additional line, like in C.
In terms of language design, its less cluttered when there is no v-table with syntax sugar that handles that above one additional line for you implicitly.
>>105925500
>insane how anyone can make a modern language like this
While languages like C++ and Rust give more and more, languages like Odin, Jai and C3 give less and less, to the point where they have nothing fancy about their language to market about.
Its not insane. That is how you maintain sanity when seriously programming for the modern hardware.
Modern x86, ARM hardware and GPGPU graphics APIs are complex enough. Having retarded Programming Language complexity on top of that actually makes one loose sanity in no time.
Page 1