The source of the documentation for the Pyret programming language.
Read the built documentation at https://www.pyret.org/docs/latest/
Learn about the language at https://www.pyret.org.
See the code for the language at https://github.com/brownplt/pyret-lang.
Program in Pyret at https://code.pyret.org.
Make sure you have Scribble runnable. The easiest way to install Scribble is to install Racket which will install Scribble as well.
If you are using a Mac, scribble
will not be runnable automatically.
If you are using Racket 6.5 and install the program at
/Applications/Racket\ v6.5/
, for example, you need to put
export PATH=$PATH:/Applications/Racket\ v6.5/bin/
to .bashrc
(if you use Bash) and then restart the shell to make it take
an effect.
Also make sure you have node
(and npm
).
When you have everything mentioned above, run npm install
to download
additional files needed for compilation.
You can compile the documentation via make
.