Nice effort! Observable Plot seems like a good choice. I'm not sure how I feel about being able to generate transitive closures so easily. It seems like it could blow up quickly? I guess it's no...
Nice effort! Observable Plot seems like a good choice.
I'm not sure how I feel about being able to generate transitive closures so easily. It seems like it could blow up quickly? I guess it's no different than recursion, but I don't use recursion by default, and typically only for tree-like structures.
Nice effort! Observable Plot seems like a good choice.
I'm not sure how I feel about being able to generate transitive closures so easily. It seems like it could blow up quickly? I guess it's no different than recursion, but I don't use recursion by default, and typically only for tree-like structures.
Yes, this seems like a cool concept. I also wonder about explosion but haven't used it enough to run into anything real.