When trying to measure a method from a fileIn by adding single quotes and using size, the workspace somehow got into a state where it would generate errors whenever I simply put the mouse into the workspace. How does one fix such things so as to guarantee it never happens when deploying an application? Is there a way to make Smalltalk as stable as a C, C++ application?
_______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
On Sun, 11 Sep 2011, Overcomer Man wrote:
> When trying to measure a method from a fileIn by adding single quotes and > using size, the workspace somehow got into a state where it would generate > errors whenever I simply put the mouse into the workspace. How does one fix > such things so as to guarantee it never happens when deploying an > application? Is there a way to make Smalltalk as stable as a C, C++ > application? > Which image, VM, operating system did you use? Where did you copy the method from? Did the method body contain quotes? What was the error you got? Can you copy the stack trace? What were the subsequent errors you got from the workspace? Your Smalltalk is as stable as a C application, because it is a C application. :) Levente _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
It's more stable, because there's a garbage collector...
On Sun, Sep 11, 2011 at 3:59 PM, Levente Uzonyi <[hidden email]> wrote:
Casey Ransberger _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Levente Uzonyi-2
See also, John McCarthy.
On Sun, Sep 11, 2011 at 3:59 PM, Levente Uzonyi <[hidden email]> wrote:
Casey Ransberger _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |