| ▲ | andyfilms1 3 hours ago | |||||||
I've been using Odin for about 6 months now, and to be honest, it's hard to find fault with it. I've used it for STM32 microcontroller firmware, web and desktop applications, and all are performant and compile quickly. My one issue is (and I'm fully aware it will never happen) I do wish there was some sort of first-class solution to inheritance. I've grown to love procedural programming, but some problems really are just better solved with a more OOP approach. Just because classes exist does not mean they need to be used. But as far as a language to "get stuff done" with as few tradeoffs as possible, Odin is about as good as I can imagine a language being. | ||||||||
| ▲ | RetroTechie an hour ago | parent | next [-] | |||||||
Out of curiosity: In your opinion, could a minimal system to develop in Odin be squeezed into a device like the one(s) you targeted? That's assuming maybe some tweaks to the toolset, doing without some niceties, but not cutting core features out of the language. Asking 'cause I have a passing interest in programming languages that allow for native development on really small implementations (think sub-1MB on bare metal). The list of candidates doesn't seem long. | ||||||||
| ||||||||
| ▲ | christophilus 35 minutes ago | parent | prev | next [-] | |||||||
I’d be interested in reading about your experience building web applications with it. Last I looked, its stdlib didn’t have great support for that. | ||||||||
| ▲ | clumsysmurf an hour ago | parent | prev [-] | |||||||
I'd like to hear more about Odin + STM32 MCU firmware, do you have any good resources? I'm also curious how difficult it may be to using it with ESP32 (ESP-IDF) / RP2350. | ||||||||
| ||||||||