At line 3 changed one line |
!! Orc the Language |
!! The Orc Language |
At line 26 changed one line |
These are examples of a general idiom known as "routing", discussed in more detail in the [Programming Methodology|http://orc.csres.utexas.edu/userguide/html/ch02.html] section of the User Guide. |
These are examples of a general idiom known as "routing", discussed in more detail in the [Programming Idioms |https://orc.csres.utexas.edu/documentation/html/userguide/userguide.html#ug.idioms.routing] chapter of the User Guide. |
At line 32 removed 2 lines |
We recognize that this approach has some serious limitations from a software engineering perspective, and we are currently investigating how to add a more traditional exception-handling mechanism to Orc. |
|
At line 39 changed one line |
The Orc distribution includes only the standard library for Orc. Many of the demos on the website need additional sites which are not included in the standard library. The implementations of these additional sites and the corresponding include files are found in CVS: |
The Orc distribution includes only the standard library for Orc. Many of the demos on the website need additional sites which are not included in the standard library. The implementations of these additional sites and the corresponding include files are found in Subversion: |
At line 41 changed 2 lines |
;{{~OrcSites}}: various web services and demo sites which do not require a web server, including search engines, Google Calendar, SMTP/IMAP/POP3 email, algorithmic animation, simple GUI tools, etc. [The User Guide|http://orc.csres.utexas.edu/userguide/html/ch03s04.html] describes how to download {{~OrcSites}} and run examples locally. |
;{{Orchard}}: demo sites which do require a web server, including web forms and direct receipt of email. These sites can only be used when running Orc programs via the web interface. Most users will not need to run these sites locally, but if you do, see HowToInstallOrchard for information on how to set up your own local Orc web service. |
;{{~OrcSites}}: various web services and demo sites which do not require a web server, including search engines, Google Calendar, SMTP/IMAP/POP3 email, algorithmic animation, simple GUI tools, etc. |
;{{Orchard}}: demo sites which do require a web server, including web forms and direct receipt of email. These sites can only be used when running Orc programs via the web interface. Most users will not need to run these sites locally, but if you do, see [HowToInstallOrchard] for information on how to set up your own local Orc Web service. |
At line 50 changed 2 lines |
# You have checked out both {{~OrcJava}} and {{~OrcSites}}. |
# You checked out {{~OrcJava}} to a project named {{~OrcJava}} (this is the default). |
# You have checked out both {{~OrcScala}} and {{~OrcSites}}. |
# You checked out {{~OrcScala}} to a project named {{~OrcScala}} (this is the default). |
At line 53 changed one line |
# You have the latest version of all code from CVS (select all projects, right click, and choose Team -> Update). |
# You have the latest version of all code from Subversion (select all projects, right click, and choose Team -> Update). |