I want to use Smalltalk as an embedded DSL engine in C. No plugins required, and whole customenvironment will be made by me. So almost ObjectEngine will be remained. Is this possible? I\'m currently t
I saw 3 different VMs while learning abou开发者_如何学编程t Smalltalk. They are Squeak/Pharo/Newspeak. What\'s the difference between them?Squeak and Pharo are different dialects of Smalltalk, while N
How can I ad开发者_StackOverflowd new methods or remove methods of a specific Class? Or, if I try to add a method which already exists so it will override it (although at this case I can just remove t
I am trying to do some method inspection (in Squeak - Smalltalk). I wanted to ask what is the way to check if a method is an abstract method?
Is there any way to \"hide\" initialize method so it couldn\'t be called after construction? I would like somethi开发者_如何学Pythonng like:
I was following t开发者_StackOverflow社区he tutorial on Magma from the awesome Seaside book and at one point my image got stuck completely. I was in the debugger at that moment and I\'ve tried to run
How can I create my own开发者_Go百科 events in Smalltalk?I am basically looking for some software events that can be triggered when some particular event happens.In classic Smalltalk (supported by Squ
I am now developing in Squeak. I want to add a .sar file (archived squeak file) to Squeak Repositories, so other dev开发者_Go百科elopers can access the .sar file from Monticello browser.
I\'m right-clicking a class category and choose fileOut for exporting it to an .st file. The problem is that it never asks me where to save to, instead j开发者_开发技巧ust choosing a folder by itself
Hey, friends, I am using squeak for developing and I found primitives is useful, every comment belong to primitives all mentioned