A great example of the obliviousness of Lispers to the existence of hardware is uLisp. The whole thing is written in C of course. But in addition to that the creator refuses to implement register access. So you if you want to actually do anything with the MCU you have to write a function in C, compile it, flash it, then call it in uLisp. Ridiculous.