squeak
Is it possible to make a Squeak VM embedded in C without any plugins?
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[详细]
2023-03-13 00:19 分类:问答What's the difference of Squeak/Pharo/Newspeak Smalltalk VMs?
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[详细]
2023-03-12 08:35 分类:问答Adding/Overriding/Edit Body Methods to Class (Smalltalk - Squeak)
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[详细]
2023-03-02 16:28 分类:问答Method Inspection Squeak/Smalltalk
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?[详细]
2023-03-02 10:25 分类:问答smalltalk public initialize
Is there any way to \"hide\" initialize method so it couldn\'t be called after construction? I would like somethi开发者_如何学Pythonng like:[详细]
2023-02-28 19:35 分类:问答Image is hanging, what next?
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[详细]
2023-02-28 17:15 分类:问答Event Handling in Smalltalk(squeak)
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[详细]
2023-02-28 09:41 分类:问答How do I add a SAR file to a Monticello repository?
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.[详细]
2023-02-16 03:52 分类:问答How can I make Squeak ask me where to fileOut to?
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[详细]
2023-02-15 22:37 分类:问答where to find whatIsAPrimitive in squeak
Hey, friends, I am using squeak for developing and I found primitives is useful, every comment belong to primitives all mentioned[详细]
2023-02-14 19:13 分类:问答
加载中,请稍侯......