Changes between Version 4 and Version 5 of Old/Tutorials/HowtoWriteScripts
- Timestamp:
- Sep 29, 2005, 10:53:40 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/HowtoWriteScripts
v4 v5 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/HowtoWriteScripts/RubyResources Ruby Resources] 8 * [wiki:Tutorial/HowtoWriteScripts/RubyResources Ruby Resources] 9 * [wiki:Tutorial/HowtoWriteScripts/OrbitRuby ORBIT Specific Ruby Methods] 9 10 10 * [wiki:Tutorial/HowtoWriteScripts/OrbitRuby ORBIT Specific Ruby Methods]11