QaSaC

ThoughtStorms Wiki

Queues and Stacks and Combinators

My mixture of a DataFlow and concatenative ProgrammingLanguage.

Inspired by PureData, ProcessingLanguage and JoyLanguage

Basically, the program is a graph of nodes with inputs and outputs.

Each node runs a single little stack-based language program that takes data from the in-queues, does some processing and puts it on the out-queues.

It's still very experimental, and doesn't have a proper parser yet. But it does work.

https://github.com/interstar/qasac

Backlinks (3 items)