Skip to content

brownplt/pyret-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc6971b · Apr 28, 2025
Apr 28, 2025
Aug 9, 2017
Jul 4, 2018
Apr 9, 2025
Jan 15, 2025
Aug 1, 2018
Oct 4, 2016
Aug 28, 2019
Dec 31, 2019
Jan 10, 2025
Apr 29, 2022
Jan 9, 2017
Aug 1, 2018
Apr 8, 2025
Jun 25, 2016

Repository files navigation

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.

Installing

Make sure you install Racket.

If you are using a Mac, racket will not be runnable automatically. To make it runnable, say that you are using Racket 6.5 and install the program at /Applications/Racket\ v6.5/, 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 make install to download additional files needed for compilation.

Compilation

You can compile the documentation via make.