@mauve I learned ANSI C in college 😆
@j3rn I'm guessing there's demand for it out there where performance counts!
@j3rn Also I'm guessing microcontroller stuff is very c-focused?
@mauve Yup, microcontrollers are almost exclusively programmed in C or C++. There's also the Arduino language which is C++ in a trenchcoat, and Rust, which I'm currently fighting with 😅
@j3rn Yeah rust on microconttollers is still a bit rough last I saw. Been meaning to give esp-rs a go after I get comfy with the c apis firsr
@mauve I think Fortran is a bit verbose for my tastes but C99 is tempting