Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
15 user(s) are online (12 user(s) are browsing encyclopedia)

Members: 0
Guests: 15

more...
browser tip
recommendation!
Sponsored
partner

StepTalk

StepTalk is the official GNUstep Scripting language framework. In fact, StepTalk is more than a scripting framework with an illusion of a 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. While it is meant to be language independent, its default language is Smalltalk which uses Objective-C runtime.

= Introduction =

The Goal of StepTalk is to provide an environment for gluing applications together and to provide a framework for communication between users and objects in the applications. Other major goals are:

  • simple and quick extensions of applications or tools
  • batch-processing of objects in applications or tools
  • fast prototyping of applications or new application features (play and tune a concept online )
  • 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.

    = Platforms =

    StepTalk works on any platfor GNUstep works on. Ports to native Mac OS X Cocoa framework are being developed by various contributors.

    = Links =

  • [http://steptalk.blogspot.com/ StepTalk blog] - thoughts about scripting, StepTalk development and more
  • [http://mediawiki.gnustep.org/index.php/StepTalk StepTalk Wiki] - you can find dowload instructions there too
  • [http://mediawiki.gnustep.org/index.php/Scripting StepTalk Scripting]
  • [http://www.gnustep.org/experience/StepTalk.html About StepTalk at GNUstep.org]
  • = See also =

  • GNUstep
  • Smalltalk programming language
  • Object-oriented programming