Conversation

I'm idly wondering what a small dsl/scripting language would look like if it was primarily/only focused on: * State machines * Message Queues * Byte manipulation/ser+deser Basically, I want a scripting language that is the Raspberry Pi's PIO assembly language.
11
44
Replying to
Yeah, at some point I'm going to realize I'm just re-inventing a lisp or forth or erlang or something. I'm trying to figure out a useful little scripting lang for embedded applications, that is relatively compact/simple. (at least smaller than a wasm or circuitpython or lua)
3
2
Show replies