User Tools

Site Tools


at:download

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
at:download [2007/03/05 15:57] – * stijnmat:download [2007/03/15 16:27] – * tvcutsem
Line 3: Line 3:
  
 ===== AmbientTalk/2 ===== ===== AmbientTalk/2 =====
 +
 +{{ atlogo.jpg?90|AmbientTalk}} AmbientTalk/2 is the latest incarnation of the AmbientTalk programming language. The language can best be described as 'a language for scripting your  PDA'. The language has been designed to implement distributed applications for mobile networks. The language provides built-in support for concurrency (actors), distributed message passing, peer-to-peer discovery, partial failure handling, ... 
 +
 +AmbientTalk/2 has been designed to co-exist with available Java programs. It offers a symbiotic interface to the Java language, making it possible to instantiate and use Java objects from within AmbientTalk, and to pass AmbientTalk objects that implement a Java interface to the Java level. This makes AmbientTalk an ideal language to write 'distributed glue code' to make isolated Java programs talk to one another.
  
 == Download == == Download ==
  
-Download the [[http://prog.vub.ac.be/amop/downloads/at2-build050307.zip|latest build]].+Download the [[http://prog.vub.ac.be/amop/downloads/at2-build150307.zip|latest build]].
  
 This build contains: This build contains:
Line 12: Line 16:
   * The IAT Interactive AmbientTalk Shell (40K)   * The IAT Interactive AmbientTalk Shell (40K)
   * Additional libraries (JGroups, ANTLR, LOG4J) used by the interpreter (5.5MB)   * Additional libraries (JGroups, ANTLR, LOG4J) used by the interpreter (5.5MB)
 +  * The TextMate plugin (see below)
  
 == Installation and Usage == == Installation and Usage ==
Line 17: Line 22:
 To run the interactive shell, it suffices to launch the included **iat** shell script. IAT is a simple read-eval-print loop: statements are typed at the command line, evaluated and the result is printed to standard output. Note that the log and error traces are piped to the console. To run the interactive shell, it suffices to launch the included **iat** shell script. IAT is a simple read-eval-print loop: statements are typed at the command line, evaluated and the result is printed to standard output. Note that the log and error traces are piped to the console.
  
-For an overview of the iat shell options, excute:+For an overview of the iat shell options, execute:
 <code>iat --help</code> <code>iat --help</code>
  
Line 24: Line 29:
 == TextMate Plugin == == TextMate Plugin ==
  
-Support for AmbientTalk is available in the form of a [[http://www.macromates.com|TextMate]] bundle for AmbientTalk/2, which is available [[http://prog.vub.ac.be/amop/downloads/at2-tmbundle050307.zip|here]].+Support for AmbientTalk is available in the form of a [[http://www.macromates.com|TextMate]] bundle for AmbientTalk/2, which is available in the latest build.
  
 The TextMate plugin supports: The TextMate plugin supports:
Line 31: Line 36:
   * Running AmbientTalk/2 scripts by pressing Apple+R (output is shown in a separate window)   * Running AmbientTalk/2 scripts by pressing Apple+R (output is shown in a separate window)
  
-Upon installing the bundle, you need to set the AT_HOME variable in the TextMate Preferences window (under the Advanced tab pane) to point to the directory in which iat can be found.+<html><font color="red">Please note:</font></html> upon installing the bundle, you need to set the **AT_HOME** variable in the TextMate Preferences window (under the Advanced tab pane) to point to the directory in which iat can be found
 + 
 +For a full overview of the supported features, open the Bundles > Bundle Editor > Show Bundle Editor menu and select the AmbientTalk 2 bundle in the bundle editor. All available actions, together with their hotkey are listed there.
  
 == Documentation == == Documentation ==
at/download.txt · Last modified: 2020/02/10 13:59 by elisag