Glossary

Terms and definitions

TermMeaning
SanguisThe language
VANAThe engine/runtime ("Voltage Activated Neural Architecture")
CircuitA body, a named scope of holds and routes
HoldA named value (scalar or text)
CellA function. Inside an organ, a method
TickOne execution cycle, all routes evaluated in parallel
EmitSend a value to a target (hold or screen), replacing content
AppendAccumulate text into a text hold, concatenating
ThroughIterate through text one character per tick
WireConnectome link between circuits
GateA condition check that controls whether a route fires
BloodCode (.bc)The compiled artifact: organ manifest plus program instructions, stored as readable text
CompilerCompiles Sanguis source into BloodCode, the portable artifact (written in Sanguis itself)
Runtime (ad)Presses BloodCode into the grid and settles it on the GPU