Hi,
Grafoscopio brings inspiration from IPython/Jupyter[1][2], Leo and, of course, Pharo/Smalltalk (among others). Recently Edward Ream, the main force behind Leo, asked my about the internals of Pharo and I would like to give him a better answer that the one I gave[4] with pointers to detailed literature.
[1] http://ipython.org/
[2] http://jupyter.org/
[3] http://leoeditor.com/
[4] https://groups.google.com/forum/#!topic/leo-editor/ rYF21GxraT4
So, any details on the following question will be appreciated.
Cheers,
Offray
-------- Forwarded Message --------
Subject: How does instant update work in Pharo? Date: Fri, 7 Jul 2017 03:23:21 -0700 (PDT) From: Edward K. Ream <edreamleo@gmail.com> Reply-To: leo-editor@googlegroups.com To: leo-editor <leo-editor@googlegroups.com>
I'm beginning to wonder what the difference is between the Pharo way and #511: reload-leo command.
How does Pharo handle changes in object format?
or methods?
How does Pharo recover from crashes due to changed method signatures
, invalid calls, etc?