Hacker News new | ask | show | jobs
by Abishek_Muthian 1301 days ago
Have you replaced writing C code for ESP with writing Nim and compiling it to C instead?
1 comments

That’s exactly what we’re doing, yeah. --compileOnly gets pretty far, and I’d love to remove the need for having to run that compilation step separately before CMake builds the firmware from the generated C sources
Excellent, I've been hearing good things about Nim. I'm eager to try it out soon for a embedded project.
You'll find me (and some others) in the #embedded channel on Nim's Discord/Matrix if you have questions!
Yay! Thank you.