smalltalk
Using a virtual machine inside of a game?
I am in the design stage of making a 3d \"robot programming\" game.Inspired by games such as Colobot, Robot Odyssey, Cholo, etc.[详细]
2023-03-19 22:12 分类:问答Poker Hands modeling question
I\'m modeling a Poker game and I have a little design doubt: I\'ve a PokerHand, which is composed by 5 PokerCards. Should Straigh开发者_如何学Got, ThreeOfAKind, Poker, etc be subclasses of PokerHand?[详细]
2023-03-17 22:49 分类:问答Can operators in Smalltalk be overloaded?
Is it possible to overload operators in Smalltalk? I am looking fo开发者_StackOverflow中文版r tutorials/examples.[详细]
2023-03-16 20:58 分类:问答I need some examples of sending parameters in smalltalk
How do I send parameters in smalltalk: Pass-by-Value Pass-by-Result P开发者_开发百科ass-by-Value-result[详细]
2023-03-16 14:58 分类:问答sending function/procedure and multi-dimensional array to subprogram in smalltalk
In Smalltalk are there functions or procedures?Is it possible to send a function or proc开发者_如何学Goedure to a subprogram?[详细]
2023-03-16 06:05 分类:问答How are coroutines implemented in smalltalk?
Can I implement coroutines in smalltalk? If your answer is 开发者_如何学Pythonno: why not? Or if its yes: can you give me an example?Most Smalltalk have stack manipulation methods on the thisContext[详细]
2023-03-16 03:31 分类:问答Squeak workflow
I\'m new to Squeak and Smalltalk but not programming in general(i\'ve some Python experience). I understand the various tools present in the Squeak environment like the Workspace, System Browser and[详细]
2023-03-14 06:14 分类:问答Can I use interactive command line for Squeak/Pharo development?
I tried to install Squeak/Pharo into Ubuntu serv开发者_开发技巧er machine. ./squeak -vm-display-null ./Pharo-1.2.2-12353/Pharo-1.2.image[详细]
2023-03-13 10:09 分类:问答What's the difference of ANSI Smalltalk and Smalltalk-80?
I discovered there is no mentioning about thisContext in ANSI Smalltalk specification (draft). I assumed ANSI Smalltalk as standardized Smalltalk-80, so I can\'t understand 开发者_JAVA技巧why it\'s n[详细]
2023-03-13 04:00 分类:问答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 分类:问答