Changes between Version 4 and Version 5 of Old/Tutorials/HowtoWriteScripts


Ignore:
Timestamp:
Sep 29, 2005, 10:53:40 PM (19 years ago)
Author:
max
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Tutorials/HowtoWriteScripts

    v4 v5  
    66'''ORBIT Radio Grid Testbed''' scripts are written in Ruby, an easily understood, extensible, dynamic, object-oriented scripting language.  Ruby has been extended into the testbed user's domain with a number of methods.  Besides its extensibility and object-orientation, Ruby is concise and consistent. An ORBIT script therefore is written in Ruby primarily using ORBIT-specific methods. Users are encouraged to take look at following resources
    77
    8 * [wiki:Tutorial/HowtoWriteScripts/RubyResources Ruby Resources]
     8  * [wiki:Tutorial/HowtoWriteScripts/RubyResources Ruby Resources]
     9  * [wiki:Tutorial/HowtoWriteScripts/OrbitRuby ORBIT Specific Ruby Methods]
    910
    10 * [wiki:Tutorial/HowtoWriteScripts/OrbitRuby ORBIT Specific Ruby Methods]
    11