On Sun, Nov 14, 2010 at 11:27 AM, taa, Leo Newbie <[email protected]> wrote: >> I present it here to show newbies that it's worth the trouble >> to learn how to use Leo :-) > > Don't you mean, "newbies that it's worth the trouble to learn how to > =program in Python="?
That's part of it. But p.h, p.b, c.all_nodes() etc are significant additions to "normal" python programming. I've been thinking about "why I love Leo" recently, trying, yet again, to understand just what is going on. My recent conclusion is that Leo makes everything easier: - No need to open files "by hand" (after creating @file nodes). - No need to do the kinds of endless searching that is common in other editors (after creating clones) - I (and scripts) can treat programs as data. That's what @test does, what @button does, what all the screenshots command do, etc. Because everything is so much easier than with other editors, everything is more fun. And more exciting. And more creative. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
