forked from brownplt/pyret
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.poly.pm
More file actions
26 lines (20 loc) · 1.65 KB
/
Copy pathindex.poly.pm
File metadata and controls
26 lines (20 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#lang pollen
◊(define VERSION 0)
◊title[#:version (number->string ◊VERSION)]{Pyret}
◊landing-hero{
◊h1[#:class "landing-h1"]{Pyret Documentation}
◊landing-description{This document has detailed information on the Pyret grammar and the behavior of its expression forms and built-in libraries, along with many examples and some longer descriptions of language design choices. If you want to do something in a program and you can't find how in this document, feel free to post a message on the ◊link["https://groups.google.com/forum/#!forum/pyret-discuss" "Pyret discussion list"], and we'll be happy to help.
If you want to learn about (or teach!) programming and computer science using Pyret, check out ◊link["https://dcic-world.org" "A Data Centric Introduction to Computing"], which is a textbook on programming starting with Pyret.}
◊landing-searchbar[]
◊landing-btn["getting-started.html"]{Get Started}}
◊landing-releases{
◊h3[#:class "landing-releases-heading"]{Previous release notes documents:}
◊landing-release-links{
◊hyperlink["https://www.pyret.org/release-notes/2025.html"]{Summer 2025}
◊hyperlink["https://www.pyret.org/release-notes/summer-2021.html"]{Summer 2021}
◊hyperlink["https://www.pyret.org/release-notes/summer-2020.html"]{Summer 2020}
◊hyperlink["https://groups.google.com/g/pyret-discuss/c/kUr3iIYsheE/m/Z7FTW9ZcEwAJ"]{Fall 2017}
◊hyperlink["https://groups.google.com/g/pyret-discuss/c/n4yAxubXHyY/m/EJr0yMlwAAAJ"]{Fall 2016}
◊hyperlink["https://groups.google.com/g/pyret-discuss/c/i1qMU_YP9Tw/m/j67PlQx0CQAJ"]{Summer 2016}
◊hyperlink["https://www.pyret.org/release-notes/v0.5.html"]{Summer 2014}}}
◊pollen-postlude[]