smalltalk
How can I use collections with the excel com interface from visual works
Using the Excel COM automation interface I can set value in a cell 开发者_高级运维by doing: excel := COMDispatchDriver createObject: \'Excel.Application\'.[详细]
2023-02-04 08:41 分类:问答How to save a Pharo image automatically every hour?
I want to save my Pharo image every hour on the hour automatically. How would you make this automatic within the image?[详细]
2023-02-04 01:59 分类:问答Are there any good open source smalltalk implementations? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-30 18:20 分类:问答How can I add methods to a class at runtime in Smalltalk?
I\'m building a Smalltalk API to an XML-based web service. The XML service is so regular that, rather than write the methods by hand, I figured I\'d just override #doesNotUnderstand: to dynamically ad[详细]
2023-01-30 17:31 分类:问答How do I perform a text search of a Squeak 3.7 image?
I have an image that runs on the 3.7 version of Squeak - I\'d like to do a text search for strings and fragments of strings, over all classes, categories and selectors in the image. Is there a built i[详细]
2023-01-30 08:32 分类:问答Why are Metaclasses instances of Metaclass and not Class?
I\'d like to know the reasoning开发者_Go百科 why there are two different classes used, instead of just using Class for both.The short answer is \"Your assumption that Classes are instances of a system[详细]
2023-01-30 04:58 分类:问答Objective-C Programming: Will Learning C and/or Smalltalk Help? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-01-27 09:50 分类:问答Where is Smalltalk-80 best used?
I want to know in which applications/programming domain are most suitable for Smalltalk. Could anyone please provide me some useful links that could answer my query?[详细]
2023-01-27 04:42 分类:问答How do I use class variables in Clamato?
I discovered Clamato the other day and want to play a bit with it. I don\'t seem to find how one can declare and use class开发者_如何学C variables in Clamato. The docs only mention instance variables.[详细]
2023-01-26 07:37 分类:问答Function objects in Smalltalk (or executing blocks with no `value:`)
Is it possible to send an anonymous message to an object? I want to compose three objects like this (think FP):[详细]
2023-01-23 19:12 分类:问答