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 19:12] tvcutsemat:download [2010/07/20 17:46] elisag
Line 4: Line 4:
 ===== 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, ... +{{ 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. 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.
Line 10: Line 10:
 == Download == == Download ==
  
-Download the [[http://prog.vub.ac.be/amop/downloads/at2-build050307.zip|latest build]].+<box 80% round blue><html><center style="clear:both;"><font size="+1"><a href="http://ambienttalk.googlecode.com/files/at2dist080710.zip">Download AmbientTalk 2.17  
 +</a></font> </html></box> 
 + 
 +<box 80% round blue><html><font size="+1">< style="vertical-align:45px" href="http://ambienttalk.googlecode.com/files/at2-android.apk">Download AmbientTalk for  
 +</a></font> <a  style="vertical-align:45px" href="http://ambienttalk.googlecode.com/files/at2-android.apk"> <img src="_media/at/androidlogo.png" height="90px"/></a></html></box> 
 +See the [[http://code.google.com/p/ambienttalk/wiki/ChangeLog|changelog]] for changes w.r.t. previous versions.
  
 This build contains: This build contains:
-  * The AmbientTalk/2 Interpreter (400K) +  * The AmbientTalk/2 Interpreter 
-  * The IAT Interactive AmbientTalk Shell (40K) +  * iat, the Interactive AmbientTalk Shell 
-  * Additional libraries (JGroups, ANTLR, LOG4J) used by the interpreter (5.5MB)+  * The AmbientTalk standard library
  
-== Installation and Usage ==+== Requirements ==
  
-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 outputNote that the log and error traces are piped to the console.+The AmbientTalk/2 interpreter is written in pure Java and requires a regular J2SE Java Virtual Machine supporting version 1.5 or higher. AmbientTalk currently runs on Android 1.6 and on J2ME under a CDC/Personal Profile configuration.
  
-For an overview of the iat shell options, excute: +== Installation and Usage ==
-<code>iat --help</code>+
  
-<note>We advise you to add **iat** to the **$PATH** environment variablesuch that **iat** can be invoked from any directory</note>+To implement and run ambientTalk programswe recommend using our Eclipse Plugin (see IDE support).
  
-== TextMate Plugin ==+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.
  
-Support for AmbientTalk is available in the form of a [[http://www.macromates.com|TextMate]] bundle for AmbientTalk/2which is available [[http://prog.vub.ac.be/amop/downloads/at2-tmbundle050307.zip|here]].+For an overview of the iat shell optionsexecute: 
 +<code>iat --help</code>
  
-The TextMate plugin supports: +The system library shipped with the build can be found in the ''at/'' directoryIt includes, among others, some demo applications and additional language constructs (most notably future-type asynchronous message sends). Also, the file ''at/init/init.at'' is loaded by default in each actor created at runtime to intialize that actor's global scope.
-  * Source code colouring +
-  * Autocompletion for statements such as 'if''defetc. (by pressing TAB) +
-  * Running AmbientTalk/2 scripts by pressing Apple+R (output is shown in a separate window)+
  
-<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.+<note tip>We advise you to add ''iat'' to the ''$PATH'' environment variable, such that ''iat'' can be invoked from any directoryNote also that ''iat'' assumes that the ''java'' executable is available on the ''$PATH''</note>
  
-For a full overview of the supported featuresopen 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.+<note warning> 
 +**Note to windows users:** ''iat.bat'' has been reported not to work when the ''AT_HOME'' directory contains spacesso consider placing your AmbientTalk distribution in a directory that does not contain spaces. 
 +</note>
  
-== Documentation ==+<note warning> 
 +For service discovery, AmbientTalk makes use of IP multicasting. AmbientTalk broadcasts messages to IP 224.0.0.1 on port 4446. Make sure your firewall does not block this port. 
 +</note>
  
-The [[http://prog.vub.ac.be/amop/at2doc|Javadoc of the Interpreter]] is also online. It provides documentation about the implementation of the interpreter. A design document describing the design of the interpreter will follow soon.+== IDE Support ==
  
-===== AmbientTalk/1 ===== +We recommend using our Eclipse plugin (IdeATwhich already contains the ambientTalk/2 interpreter.
-{{:at:qtek_small.png|:at:qtek_small.png }} AmbientTalk is a contemporary distributed programming language. It is an ambient-oriented programming language, which means that it is particularly geared towards developing next-generation distributed software which has to run on mobile devices (such as cellular phones or PDAsdeployed on open, ad hoc wireless networks. At its core, AmbientTalk uses a prototype-based object model for building abstractions. Its distribution and concurrency facilities are heavily inspired by the actor model. Current implementations are available for the Java J2SE and J2ME (PocketPC) platforms. +
-This page provides access to the latest version of AmbientTalk, and gives some instructions on how to deploy it on your desktop or PDA.+
  
-===== AmbientTalk on Desktop Computer ===== +<box 70% round orange><html><center><font size="+1"><href="http://code.google.com/p/ambienttalk/wiki/EclipsePlugin">Install Eclipse Plugin</a></font></center></html></box>
-AmbientTalk consists of two JAR files.+
  
-{{:at:ambienttalk.jar|Core}} Contains the core of the AmbientTalk evaluator, which interprets the AmbientTalk language.+For Mac OS X users that use TextMate, there exists a [[http://www.macromates.com|TextMate]] bundle for AmbientTalk/2, which is available for download below.
  
-{{:at:ambienttalkdt.jar|Desktop Frontend}} Contains the J2SE Swing interface for running AmbientTalk on a desktop machine+The TextMate plugin supports: 
-Once both files are downloaded into single directory on your machine you may simply run java -jar ambienttalkdt.jar (Or typically you may also double-click on this JAR file)+  * Source code colouring 
 +  * Autocompletion for statements such as ''if'', ''def'' etc(by pressing TAB) 
 +  * Running AmbientTalk/2 scripts by pressing Apple+R (output is shown in separate window)
  
-===== AmbientTalk on PDA or Smartphone ===== +<box 70% round orange><html><center><font size="+1"><href="http://soft.vub.ac.be/amop/downloads/at2textmate.zip">Download TextMate Plugin</a></font></center></html></box>
-AmbientTalk is developed to run on a virtual machine that supports the J2ME CDC Personal Profile 1.0For our experiments we have deployed AmbientTalk on top of IBM's J9 virtual machine, but the implementation of AmbientTalk does not require any of the libraries that are specific to this virtual machine. +
-AmbientTalk for PDAs and SmartPhones also consists of two JAR files.+
  
-{{:at:ambienttalk.jar|Core}} Contains the core of the AmbientTalk evaluatorwhich interprets the AmbientTalk language.+<html><font color="red">Please note:</font></html> upon installing the bundleyou 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.
  
-{{:at:ambienttalkppc.jar|PocketPC Frontend}} Contains the J2ME AWT interface for running AmbientTalk on a PDA(Note that this version may be tested as well on a desktop machinesince no native GUI components are used)+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 editorAll available actionstogether with their hotkey are listed there. 
 + 
 +== Documentation ==
  
-Once both files are downloaded, transfer them to your device and launch the PocketPC frontendUsing the J9 virtual machine the following shortcut is needed : +See the [[at:tutorial:tutorial|tutorial]] for an introduction to AmbientTalk/2An overview of the available primitives and libraries is available in the [[at:reference:reference|language reference]].
-"\Program Files\J9\PPRO10\bin\j9w.exe" "-jcl:ppro10" "-cp" "\AmbientTalk\ambienttalkppc.jar" "edu.vub.picoo.process.AmbientTalk"+
at/download.txt · Last modified: 2020/02/10 13:59 by elisag