Skip to content

Commit

Permalink
Added basic instructions to README. Added ahoy-world.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahkagan committed Jan 25, 2013
1 parent b953bd6 commit 5fdcfdb
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -6,3 +6,18 @@ A scripting language.
The use of vocabulary from
http://reservationsbvi.com/thisoldpirate/glossary.html is recommended
when commenting and reporting issues.

Setting Sail
------------

First, make sure ye've installed [Racket](http://racket-lang.org) (at least
v5.3). Then run:

$ make

It'll build the Pyret compiler, run the tests, and hoist the
anchor.

When yer ready to brave the sea, run:

$ racket examples/ahoy-world.arr
3 changes: 3 additions & 0 deletions examples/ahoy-world.arr
@@ -0,0 +1,3 @@
#lang pyret

print("Ahoy world!")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5fdcfdb

Please sign in to comment.