I want to create an executable cached task graph and very much want it to be purely in Scala and without the bazel python dependency.
I thought about creating a Scala library equivalent to bazel and possibly even support the same configuration files. Maybe it’s even possible to leverage AI to do most of the work.
Any thoughts on this? Does anyone else find this useful?