On Thursday, April 2, 2020 at 12:36:33 PM UTC-4, Offray Vladimir Luna Cárdenas wrote: > > And I would like to see live coding for Leo. I just don't how that's going > to happen. > > Maybe Leo should think in kind of a minimal server or something that > tracks code changes and updates accordingly... I don't know if Yoton could > provide that. In Smalltalk/Lisp systems is kind of a given. I presume that > is related with the metaprogramming capabilities of such systems, but I > don't know the underlying details. >
Really, you don't want live coding. Every character you type would give a syntax error until you complete a line or block. Thar is awfully annoying. What you need is the ability to easily rerun code once it's modified. But you already get that with Python. Within Leo, for a single node, CTRL-B gives you that, or for a node or subtree, Viewrendered3 has an execute button for the same purpose. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/5603baed-3b3b-46d1-83d8-f07b2ff2f1e7%40googlegroups.com.
