Handbook
Glossary
brain-flak
Introduction to brain-flak
Prev:
b-f"
Next:
<brain-flak> ( seq -- state )
Vocabulary
brain-flak
Class description
The class of tuples holding states of brain-flak execution to be operated on by compiled brain-flak programs.
See also
b-f"
,
compile-brain-flak
,
<brain-flak>
Definition
USING:
math
vectors
;
IN:
brain-flak
TUPLE:
brain-flak
{
active
vector
initial:
V{
}
}
{
inactive
vector
initial:
V{
}
}
{
total
integer
initial:
0
}
;