OML, Tcl, Python, and R Scripts.

Compose supports OML, Tcl, Python, and R languages. The use of the interpreter language is first defined by the script being executed.

Use File > New or File > Open and select Compose OML file to open an OML Editor tab. Execution of the script will be made using the OML language.

Use File > New or File > Open and select Tcl file to open a Tcl Editor tab. Execution of the script will be made using the Tcl interpreter.

Use File > New or File > Open and select Python file to open a Python Editor tab. Execution of the script will be made using the Python interpreter.

Use File > New or File > Open and select R file to open an R Editor tab.

Command windows for OML, Tcl, Python and R languages can be displayed and commands can be entered and executed directly.

Bridges exist between the languages. Please see the following functions in the Compose Reference Guides:
  • Tcl Bridge OML Commands
  • OML to Python Bridge Commands
  • Python to OML Bridge Commands