Using the Excel COM automation interface I can set value in a cell 开发者_高级运维by doing: excel := COMDispatchDriver createObject: \'Excel.Application\'.
I want to save my Pharo image every hour on the hour automatically. How would you make this automatic within the image?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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
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
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
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
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?
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.
Is it possible to send an anonymous message to an object? I want to compose three objects like this (think FP):