Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjpettet authored Jul 25, 2018
1 parent 33d3cb6 commit c199e9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The reference command line interpreter for the Roo programming language
## The Roo programming language
Roo is a cross-platform dynamically-typed interpreted open source scripting language which takes inspiration from Ruby (everything is an object) and Javascript. It supports both object-oriented and functional programming approaches and includes closures. The reference interpreter is `roo` which is written in [Xojo][xojo].

Full documentation is available on [the Roo homepage][homepage].

## Installation
To play with Roo you'll need to install the `roo` interpreter. This is a command line tool that runs your source code. It can also be used as a REPL (much like Ruby's `irb` command). To install, you have a few choices:

Expand Down Expand Up @@ -78,3 +80,4 @@ To quit a REPL session type `CTRL-C` or `CTRL-D` or `CTRL-X` (depending on your
[homebrew]: https://brew.sh
[scoop]: https://scoop.sh
[xojo]: https://xojo.com
[homepage]: https://roolang.org

0 comments on commit c199e9c

Please sign in to comment.