Hacker News new | ask | show | jobs
by lmkg 2213 days ago
Programming via graphs is common in big-data machine-learning as well. Apache Beam and Tensorflow are both programmed by creating an execution graph object, and handing that off to the runtime.
1 comments

Makefiles basically just trees.