Dmitry Polyakov <liltechd...@gmail.com> writes:
> Can you recommend any library for working with graphs (I did not find it > in srfi and mailing list). Almost what I need to have in graphviz > bindings, but there are no predicate functions and the like. Here’s an implementation of inductive graphs: https://github.com/rekado/minigrad/blob/main/minigrad/graph.scm -- Ricardo