From: Robert D. <rob...@gm...> - 2022-08-05 15:45:17
|
On Thu, Aug 4, 2022 at 8:56 PM Eduardo Ochs <edu...@gm...> wrote: > Problem solved - with: > luatreedir : pathname_directory(load_pathname); > Sorry for the noise! > The program is here: > http://angg.twu.net/eev-maxima.html#luatree > https://github.com/edrx/luatree/#introduction Eduardo, thanks for the message, that looks interesting. I like the style of the tree diagram that's printed. I see part of the program is Maxima, part Lisp, part Lua. Can you say a little bit about how the different parts fit together here? One approach to getting diagrams generated by Maxima is to output stuff in a format understood by Graphviz, and then use one of the GraphViz programs (I know there's dot, I forget the others) to render it. Dunno if it's possible to get ASCII art in the same form you showed. I've worked with Maxima + GraphViz to visualize function call graphs, it's not hard. I can sketch out that approach if you're interested. best, Robert |