Skip to content

Commit c825607

Browse files
authored
Add repository-level README
1 parent 3cd9ea0 commit c825607

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
**THE ORC PROGRAMMING LANGUAGE**
2+
**STRUCTURED CONCURRENT PROGRAMMING**
3+
4+
**The University of Texas at Austin**
5+
6+
7+
# README for orc repository
8+
9+
10+
Welcome! This repository includes documentation, implementation, tools,
11+
libraries, tests, and examples for the Orc programming language.
12+
13+
Orc can be used in several different ways:
14+
- In-Web-browser interface
15+
- Eclipse IDE plug-in
16+
- Command line JVM invocation
17+
- macOS application
18+
- Embedded in other applications
19+
- SOAP/JSON/RMI
20+
21+
An in-browser version of Orc (called "Try Orc"), as well as downloadable
22+
versions and installation instructions are available at the Orc Web
23+
site: https://orc.csres.utexas.edu/ . The Web site also provides the
24+
language tutorial and reference guides, discussion groups, a wiki, and
25+
more.
26+
27+
There are numerous examples of Orc programs included in Try Orc, the
28+
tutorial and reference guides, and the OrcExamples subproject here.
29+
30+
We encourage you to contact us via the discussion groups or e-mail if
31+
you have questions. See the https://orc.csres.utexas.edu/ Web site for
32+
contact details.

0 commit comments

Comments
 (0)