I\'m new to squeak/squeak source and i am writing a small game as a learning exercise.I have a few graphics that i am using for some of my sprites (mostly pngs) but i cannot figure out how to add them
When sending a message to an object开发者_如何学C in Squeak, the runtime invocation algorithm is something like
When creating Traits in Pharo+Squeak, is it proper to use a T prefix like TMyT开发者_JAVA技巧rait and if yes, should the T go before any other prefix like TMPMyTrait (where \"MP\" is the other prefix)
In Smalltalk (or at least Squeak and Pharo), is there a portable way to get the bytes that make up 开发者_C百科an integer, starting with the most significant byte followed by the next-most, and so on,
Can I launch Squeak as a REPL (no GUI), where I can enter and evaluate Smalltalk expressions? I kn开发者_JS百科ow the default image don\'t allow this. Is there any documentation on how to build a mini
How can I get a collection of all the (class) methods in a given protocol in smalltalk/squeak/pharo? I\'开发者_开发知识库m trying to collect the values returned by a group of methods. I don\'t want t
I\'m trying to learn some Smalltalk. First found was Squeak, but since it has been removed from Gentoo ebuild tree because of security problem, so I decided to find an alternative.
Large part of squeak is implemented using squeak itself. I am curious to know if pseudo variables such as self or true are also implemented using squeak. If the answer is yes, whe开发者_如何学Cre the
I have a string that contains the name of a class variable that I know exists for class A. I need to get the value of this varia开发者_StackOverflow社区ble (i.e. dereferencing), how do I do it?(A bind
开发者_如何转开发As stated above - I need to find the current method\'s name in runtime. how do I do this?thisContext method selector