Changes between Version 2 and Version 3 of Old/Tutorials/HowtoWriteScripts
- Timestamp:
- Sep 29, 2005, 10:18:47 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/HowtoWriteScripts
v2 v3 6 6 '''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 7 7 8 * [wiki:Tutorial/ RubyResources Ruby Resources]9 * [wiki:Tutorial/ OrbitRuby ORBIT Specific Ruby Methods]8 * [wiki:Tutorial/HowtoWriteScripts/RubyResources Ruby Resources] 9 * [wiki:Tutorial/HowtoWriteScripts/OrbitRuby ORBIT Specific Ruby Methods] 10 10 11 11 ===== ORBIT-specific Methods =====