Hi Platformer’s
I’ve used Platform IO with an ESP32, my preferred way.
With the newer languages coming out Odin/Nim/Zig and others, that are System type languages, which means they build down .ELF and Object files.
Can Platfrom IO take over the Linkers stages and do it’s “magic”
*I didn’t mention Rust, because Rust on everything is provable. * Rust on ESP32 with OTA - seen it done.
Honestly, who want’s to code in C or C++ these days?
I know as a hobbyist I don’t want to be responsible for all the leaks and fixing all the errors. Idiomatic C and C++ are Skill Issues.
Is this possible with Platfrom io?
Is this possible with funding from platform io? → better question
Thanks for the Reply.
It’s true Zig is all developing
If we look to Odin, that is stable
I see Odin becoming the easy C
Its data oriented, simple, it has batteries included libraries that allow graphics that is prefect for mini displays.
Now how do we go from integrating platform core (phython based) to including the Output files (pre-linker step files) as I suspect that the platform io can include these before it does its own linking processors?
Or do we add them as a Binary Library file (.dll for example).