datavis-tech / topologica

Minimal library for reactive dataflow programming. Based on topological sort.
MIT License
50 stars 1 forks source link

Automatic creation of DAG from function parameter names #55

Open hiroshi-yamamoto-dublr opened 2 years ago

hiroshi-yamamoto-dublr commented 2 years ago

Why not use a trick like this to automatically extract the function parameter names, so that the DAG can be created just from function definitions, without specifying the dependency names?

https://stackoverflow.com/a/9924463/3950982

caracal7 commented 2 years ago

I also use a similar approach in my version of topologica 🙃

https://axon.js.org