On Tue, Jan 14, 2014 at 7:03 AM, <[email protected]> wrote: > On Thursday, April 26, 2012 4:40:56 PM UTC+2, Edward K. Ream wrote: > > >> 2. I'd like to execute Emacs lisp, vim script and other kinds of >> scripts from within Leo. >> > > Lua would be the PERFECT choice: very slim, very fast (much faster than > Python), very extensible, engineered extremely well. >
I don't remember the context of this discussion. In any case, I welcome scripting extensions for other languages. It should be straightforward to do: model the code on c.executeScript and/or g.getScript. That is, use g.getScript to expand section references, etc. and then pass the script to your language processor. g.execute_shell_commands is a good way to communicate with external processes. Edward -- 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. For more options, visit https://groups.google.com/groups/opt_out.
