DEV Community

Jim Laskey
Jim Laskey

Posted on

Thinking in Nodes

Previous posts introduced the idea behind LQ — a diagrammatic dataflow language where the program is the graph. This post gets hands-on. Starting with a small, complete example and then breaking it apart to explain the building blocks: nodes, terminals, connections, and data flow.

Thinking in Nodes

Top comments (0)