User Tools

Site Tools


at:tutorial:iat

Differences

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

Link to this comparison view

Next revision
Previous revision
at:tutorial:iat [2007/04/19 22:29]
tvcutsem created
at:tutorial:iat [2012/06/09 13:50]
elisag
Line 1: Line 1:
-====== Interactive AmbientTalk ====== 
  
-The //interactive ambienttalk shell// (aka ''iat'') is the command-line interpreter of AmbientTalk. ''iat'' supports a very simple read-eval-print loop mode: you can type in expressions (currently only single-line expressions), evaluate them by pressing return and see the value of the expression, for example: 
-<code> 
->[1,2,3].map: { |e| e*e } 
->>[2,4,9] 
-</code> 
- 
-To start ''iat'', it suffices to execute it from the command-line, provided the ''java'' executable of a JDK1.3.3 or higher JVM is on your executable search path. To get an overview of all available options, execute: 
- 
-<code> 
-iat --help 
-</code> 
at/tutorial/iat.txt ยท Last modified: 2012/06/09 13:50 by elisag