On Wednesday, February 23, 2022 at 12:42:02 PM UTC-6 Edward K. Ream wrote: >> what would it take to add live coding and better self-referential features to python? > pylivecoding <https://github.com/kilon/pylivecoding> is one answer. I am going to take a look.
pylivecoding uses reload, which imo has no chance of working in general. Instead, live code almost surely must be done at the byte-code/interpreter/gc level. Years ago, I remember reading about a fundamental smalltalk interpreter opcode that makes live coding possible, but a brief google search hasn't turned up anything. Offray, can you point me in the right direction? 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/26a571c3-9ada-4d6d-bcc2-f03f548bc280n%40googlegroups.com.
