discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Connecting to applications


From: Stefan Urbanek
Subject: Re: Connecting to applications
Date: Sat, 10 May 2003 14:11:30 +0200

Hi,

On 2003-05-10 12:08:04 +0200 MJ Ray <markj+0111@cloaked.freeserve.co.uk> wrote:

Stefan Urbanek <urbanek@host.sk> wrote:
I want to create 'Common scripting environment', where you can tie
applications and their abilities together to complete your task. See

I looked at the StepTalk web site and couldn't see how to write a script.
Are any examples online?


Not yet. There are some examples in the source package in Examples directory.
Very short example: Write following in to some file, say hello.st :
   Transcript showLine:'Hello world!'.
and run it by:
   stexec hello.st

At this time, the default (and only working bundled) language used in scripts 
is Smalltalk (Objective C without the C :-)
For more information about scripting, you can look at:

http://wiki.gnustep.org/index.php/Scripting

Stefan






reply via email to

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