> > I am not yet using leo, just trying to understand it at this time. I > program almost always in python. I wonder if leo is useful for literate > python programming? If so, how is this done? >
I read about Leo and lurked on the mailing list a long time before using it in any real way. I think this route to getting started with Leo isn't that uncommon. I still only use a fraction of it's range. For literate programming, one approach is to intersperse @doc and @code: http://leoeditor.com/directives.html#part-5-all-other-directives. Though I don't know that this is capital L literate in the sense of http://www.literateprogramming.com/. Also "run [selected node and descendants] as code" (execute-script, Ctrl-B) is really powerful, http://leoeditor.com/slides/commands.html#executing-python-scripts-in-body-text matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
