On 08-10-2022 12:29, Dmitry Polyakov wrote: > Hello! > > 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. > SRFI-234 is for linearizing a direct acyclic graph / topological sorting. Greetings, Maxime.