What would you expect fully inline C looks like? Basically just the entire editor being C?
I think you can actually access the native interpreter calls from C at the moment (https://github.com/gfwilliams/EspruinoCompiler/blob/master/src/utils.js#L74), but it's just not very well documented :)
But honestly I think if you're not using JS at all, it's going to be pretty painful to write anything useful
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
What would you expect fully inline C looks like? Basically just the entire editor being C?
I think you can actually access the native interpreter calls from C at the moment (https://github.com/gfwilliams/EspruinoCompiler/blob/master/src/utils.js#L74), but it's just not very well documented :)
But honestly I think if you're not using JS at all, it's going to be pretty painful to write anything useful