Hacker News new | ask | show | jobs
by Kliment 5348 days ago
It's a well-obscured secret, but if you write C and feed it to Arduino, it will compile and run just fine. The Arduino language is just a nice C api and the IDE just calls avr-gcc in the background.