KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pyret-docs
★ 10
Open GitHub ↗
The documentation for Pyret.
Download README (.md)
Explore Similar Repositories
codejargon
:
简明编程术语
trie
:
Exploring trie-structured data
roll20scripts
:
My scripts developted for roll20
web-audio-assembler
:
No description available.
redux-haiku
:
Redux side-effects using state diffs in subcribers
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pyret-docs
?
Download (.md)
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](https://racket-lang.org/download/). 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`.