Running Pyret

1  Running On the Web

You can run Pyret right in your browser by visiting code.pyret.org. This is the easiest way to get started. You can check out the tour to see a small sample of programs and syntax.

2  Using Your Own Editor

If the command-line is your thing, you can check out the npm package, which lets you install a pyret command that you can use to compile and run programs.

If you like to use your own editor offline, there are a few options for syntax highlighting:

3  Building from Source

To dig into all the details or contribute, can check out the repository on Github:

https://github.com/brownplt/pyret-lang