StepTalkStepTalk

StepTalk is the official GNUstep scripting framework. StepTalk is more than a scripting framework with an illusion of single objective environment between objects of scriptable servers or applications. StepTalk, when combined with the dynamism that the Objective-C language provides, goes way beyond mere scripting. It is language independent - it uses languages as separate bundles.

Contents

[ Introduction | News | Documentation | Download StepTalk | Related links ]


Introduction

The default scripting language in StepTalk is Smalltalk. This is because Smalltalk is a very simple language and it is easy to learn. There are just a few basic principles that the user has to know to be able to use the language and it is close to the natural language.

Smalltalk uses a similar approach to that of Objective-C, the language used in GNUstep itself.

Other Scripting Languages

StepTalk is a language independent framework. It can be extended by the "language bundles" providing other scripting languages. One experimental language bundle for Guile is included in the sources package.

Object Finders

...an illusion of single objective environment. Name of an object may me known, but the object itself not. The object may be an application or it may reside on other host. Object Finder is an object that will search for object by specified name.

The Framework

Tools

stexec - execute scripts in GNUstep environment

stalk - tool for talking to the GNUstep servers and applications

Documentation

Related links

MolTalk - Uses StepTalk

MolTalk is a computational environment for doing Structural Bioinformatics. It interprets PDB formatted files and creates an object representation of the structure-chain-residue-atom hierarchy. Through the use of MolTalk, the PDB suddenly becomes an object-oriented database.

Smalltalk Information

This Smalltalk site contains intruduction, lots of useful information and links.

Smalltalk

The Pure Object Environment and Programming Language.

Objective-C

The child of love of Smalltalk and C.