Here’s an article I wrote on a visual dataflow lan...
# linking-together
j
Here’s an article I wrote on a visual dataflow language modality where the execution of the graphical dataflow dynamically constructs the dataflow graph that is itself executing. (It’s similar to how Elixer functions can output AST for the function instead of the result and one can alternate between AST via quote/unquote) https://create.vi/programming-in-abstract-g-7e970f123f3c?source=friends_link&sk=a53e37d328f1fbc2a8020c94c1f4c0b0
k
I'm missing some context here. What is G?
j
@Kartik Agaram “G” is the name people have given to LabVIEW’s graphical dataflow language. https://www.ni.com/en/shop/labview/develop-graphical-programming.html
💡 1