Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ABOUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Designed as an introductory computing language, Pyret is a powerful functional language being taught at the high school and collegiate level.
The language features strongly in [A Data-Centric Introduction to Computing][dcic], a free online computer science resource.
Pyret includes a wide range of primitives, algebraic datatypes, and seamless testing integration.
Available [online and offline][set-sail], it can be easily used on many platforms.
Available [online and offline][get-started], it can be easily used on many platforms.

[dcic]: https://dcic-world.org/
[set-sail]: https://pyret.org/set-sail/index.html
[get-started]: https://pyret.org/docs/latest/Getting_Started_and_Running_Pyret.html
6 changes: 4 additions & 2 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Installation

Please review the [official installation directions].
A command-line interface for Pyret is available through npm as [pyret-npm].
You may need to first [install Node.js][node-js], a JavaScript runtime environment.

~~~~exercism/note
Currently, the pyret-npm package is only compatible with Linux and MacOS.
Windows users will need to install pyret-npm using either WSL or a virtual machine.
~~~~

[official installation directions]: https://pyret.org/set-sail/
[pyret-npm]: https://www.npmjs.com/package/pyret-npm
[node-js]: https://nodejs.org
4 changes: 3 additions & 1 deletion docs/RESOURCES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Resources

* [Official Documentation][official-docs]
* [Code.pyret.org Editor][online-editor]
* [code.pyret.org (CPO) Editor][online-editor]
* [CPO-Like Editor Extension for Visual Studio Code][pyret-vscode]
* [Pyret Discuss (Google Groups)][google-groups]
* [@PyretLang][pyret-twitter]
* [The Pyret Programming Discord][pyret-discord]

[official-docs]: https://pyret.org/docs/latest/
[online-editor]: https://code.pyret.org/editor
[pyret-vscode]: https://marketplace.visualstudio.com/items?itemName=PyretProgrammingLanguage.pyret-parley
[google-groups]: https://groups.google.com/g/pyret-discuss
[pyret-twitter]: https://twitter.com/pyretlang
[pyret-discord]: https://discord.com/invite/7aFMB3b6Mt