Answered the first one on Disqus already. You are probably right on not needing the @a. I was thinking of optimizing for huge outlines (with e.g. big logfiles in the tree), but in practice the computation done in nodes (I run several external commands in mine) dwarves the time taken to scan the tree.
Regarding in-body @r - I need one myself, so it's definitely coming :-). @r sounds like a logical choice, earlier I was thinking of something that would look more "workbook"-like, e.g. 1+1:: => 2 but @r is simpler and more consistent. i'll implement both in the next iteration of valuespace. On Fri, May 17, 2013 at 7:43 PM, Terry Brown <[email protected]>wrote: > On Mon, 13 May 2013 23:15:12 +0300 > "Ville M. Vainio" <[email protected]> wrote: > > > This one is not "exhaustive", but in the interest of time management, I > > decided to push it as is. I'll blog about more features later on. > > > > http://leo-editor.github.io/valuespace-intro.html > > > > Hope it already helps alleviate the mystery of what it's all about :) > > Yes, thanks. I tried commenting on Disqus, not sure if it save though. > > is the @a thing needed - doe's it really take too long to scan the whole > text of every body for @x? I just added some unique text to the end of > LeoPythonRef.leo and searched for it, and it takes less than a second, > so it seems the time spent looking for @x would be much less than the > other processing time. > > How about in-body @r ... > > and as these results show: > > @r res1, res2 { > <content from vs-update here> > } > > so the bottom line is > > @r res3 { > <content from vs-update here> > } > > ? > > Cheers -Terry > > -- > 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 http://groups.google.com/group/leo-editor?hl=en-US. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 http://groups.google.com/group/leo-editor?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
