Stack Based Stuff
Languages
Forth is the most well known stack-based programming language.
The sporth audio programming language uses stack-based notation to represent signal flow.
Runt is a scripting language often paired with patchwerk. The two form the DSP layer to monolith.
dc is a unix program that functions like an RPN desk calculator.
Paradigms
The patchwerk DSP library uses a stack interface to manage buffers.
The book Thinking Forth by Leo Brodie is a great intro to stack-based concepts, abstraction using the Forth language.
home | index