discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Conversations in StepTalk (CVS only)


From: Stefan Urbanek
Subject: Conversations in StepTalk (CVS only)
Date: Sat, 08 Nov 2003 02:30:25 +0100

Hi,

I have added new class: STConversation (only on CVS for now). Basically, it's a 
conversation with objects in an environment using a scripting language. The 
reason for creating this clas was to open a path for easier remote scripting 
where you can 'talk in a conversation' with a remote DO server or application. 
However, this remote part is just going to be implemented.

This is basic interface of the class:
+ conversationInEnvironment:(STEnvironment *)env
                   language:(NSString *)langName;
- initWithEnvironment:(STEnvironment *)env
             language:(NSString *)aString;
- (void)setLanguage:(NSString *)newLanguage;
- (NSString *)language;
- (STEnvironment *)environment;
- (id)runScriptFromString:(NSString *)aString;

This will also remove need of using STEngine by ordinary users of the framework.

Btw. several methods were deprecated in STEnvironment and some were renamed. 
I'll send more information on the next release.

Let me know what would you like to see in the StepTalk.

Best regards,

Stefan Urbanek
--
First they ignore you, then they laugh at you, then they fight you, then you 
win.
- Mahatma Gandhi






reply via email to

[Prev in Thread] Current Thread [Next in Thread]