Re: Looking for graph library

2022-10-09 Thread Ricardo Wurmus
David Pirotte writes: >> >https://reposcope.com/man/en/3guile/gv > >> Yes, graphviz comes with Guile bindings. Since they don’t provide a >> Guile module you need to define a module like this: > >> --8<---cut here---start->8--- >> (define-module

Re: Looking for graph library

2022-10-09 Thread David Pirotte
Hello Ricardo, > > https://reposcope.com/man/en/3guile/gv > Yes, graphviz comes with Guile bindings. Since they don’t provide a > Guile module you need to define a module like this: > --8<---cut here---start->8--- > (define-module (libgv) > #:export

Re: Looking for graph library

2022-10-09 Thread Ricardo Wurmus
David Pirotte 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. > > In addition to the answers from Maxime and Ricardo ... I