Spark IDE

Source

# SparkLang sample — compile to SPARK_BC
model code
ask "hello from SparkLang IDE" -> reply
print reply

Dump / disasm

# SPARK_BC dump (demo excerpt)
# sha256: (run desktop IDE for live hash)
## Code
code+0 … LOAD …
code+3 … ASK const "hello from SparkLang IDE"
code+6 … PRINT …
code+9 … HALT

Demo shell — functions live in the SDK pack GUI.