Re: Convert a Lisp expression to a tree diagram

2022-07-01 Thread Juan Manuel Macías
Ihor Radchenko writes: > This capture template is public: https://github.com/yantar92/org-capture-ref Thank you! It is very complete, and I have seen that it also integrates with qutebrowser. I'll try it as soon as I have time. Best regards, Juan Manuel

Re: Convert a Lisp expression to a tree diagram

2022-06-30 Thread Ihor Radchenko
Juan Manuel Macías writes: >> actual notes below: > > Awesome notes. Hats off to such a detailed capture (reminds me to give > my poor org-capture templates some more love one day :-)) This capture template is public: https://github.com/yantar92/org-capture-ref Best, Ihor

Re: Convert a Lisp expression to a tree diagram

2022-06-30 Thread Juan Manuel Macías
arthur miller writes: > This one draws graph of cons cells (lists): > > https://github.com/amno1/draw-cons-tree > > I never tried with random s-expressions, but I guess you could pass > them in as lists? Hi, Arthur, Thank you for the pointer to draw-cons-tree. I didn't know this package, I'll

Re: Convert a Lisp expression to a tree diagram

2022-06-30 Thread Juan Manuel Macías
Ihor Radchenko writes: > Invoking search across my notes and archives (all stored in Org, of > course) yielded the following: > > https://reddit.com/r/emacs/comments/u2ca5c/drawtreeel/ > https://reddit.com/r/emacs/comments/kzeyun/pairtree_a_learning_tool_for_visualizing_elisp/ > > linking to > >

RE: Convert a Lisp expression to a tree diagram

2022-06-30 Thread arthur miller
: Convert a Lisp expression to a tree diagram Hi all, Sorry for the slight offtopic. I'd like to be able to graphically convert (from a src block) a Lisp expression to a tree diagram, similar to trees used in (human) syntax and grammar, especially generative grammar (this is a web app for generating

Re: Convert a Lisp expression to a tree diagram

2022-06-30 Thread Ihor Radchenko
Juan Manuel Macías writes: > Sorry for the slight offtopic. I'd like to be able to graphically > convert (from a src block) a Lisp expression to a tree diagram, similar > to trees used in (human) syntax and grammar, especially generative > grammar (this is a web app for generating such trees: >

Convert a Lisp expression to a tree diagram

2022-06-30 Thread Juan Manuel Macías
Hi all, Sorry for the slight offtopic. I'd like to be able to graphically convert (from a src block) a Lisp expression to a tree diagram, similar to trees used in (human) syntax and grammar, especially generative grammar (this is a web app for generating such trees: