discuss-gnustep
[Top][All Lists]
Advanced

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

ANN: StepTalk 0.1.0


From: Stefan Urbanek
Subject: ANN: StepTalk 0.1.0
Date: Fri, 11 May 2001 12:18:22 +0200

Hello,

I would like to announce first development release of StepTalk

What is StepTalk?
-----------------

StepTalk is Smalltalk interpreter for GNUstep. It is meant mainly for
scripting GNUstep apps or for talking to registered named DO objects or apps. 

Some features

    - Smalltalk syntax 
    - scripting environments 
        allow/deny selectors for particuliar classes (you can deny methods for
        untrusted scripts, that can make damage your files (overwrite or
delete))
    - map binary selector to normal selector, so you can then write: 
                          ('Hello ', name, '!') print.
    - block closures 
    - exception handlig
    - additions to GNUstep classes instead of using own classes 
      (NSArray do:,  select:, detect:; NSNumber to:do:...) 
    - one or more methods in script 
      
Tools
-----

    stalk 
        talk to GNUstep-DO objecs and apps 
    stexec 
        executes scripts in GNUstep environment

In the source package you may find some examples. One of them is GNUstep
plparse tool written using StepTalk.

Download
--------
It is available at http://decef.elf.stuba.sk/~urbane/StepTalk

This release is mainly for developers.

Any questions, comments and bug reports are welcome,

Stefan Urbanek



reply via email to

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