hmm
i need a scripting language that
- has an interpreter in c89
- is not object oriented
- can be compiled for an embedded environment without extensive configuration and possibly custom code
lua *almost* satisfies these requirements but its a fuck to get it running on baremetal
@gbear605 this is one option i am considering but at this point it's looking more likely that i am going to embed an r7rs scheme interpreter