-
@julienXX wrote in the Ask the Board repo:
> F# is beautiful IMO and the website should show some basic code on the main page in order for users to get a glimpse of it. See rust-lang.org or haskell…
-
`https://code.pyret.org/`, which has either the code/login prompt or your current list of programs. (Note that styling the latter may take some work.)
-
Now that we have a glossary/index, searching seems more feasible. Adding a fuzzy-matching search textbox at the top of this page could go a long way:
https://www.pyret.org/docs/latest/Glossary.html…
-
When zoomed in on CPO, the welcome footer overlaps with the last line of the coding window when scrolled all the way down. This can be seen below:
![Screenshot from 2019-11-06 20-05-41](https://us…
-
See screenshot. The text says "3 arguments", but only two are highlighted. I presume this is happening because the method notation is sugar for the function-call one, but it is still confusing.
(A…
-
Currently, it sends a negative value to `setTimeout`, which uses the browser's minimum time threshold for the delay.
-
Consider this program:
```
check:
canDerive(1) is true
end
"remove me" ##
-
- [x] typo on attributes page I fixed didn't get pushed before this build. confirm it survives the merge in final printing.
- [x] p7 - order of operations notes. third bullet. Is there a way to get t…
-
The program below produces different results when run on Chrome vs Safari on MacOS 10.13.
```
import image as image
data Color:
| color(red :: Number, green :: Number, blue :: Number)
end
…
-
We’ve got more than a dozen exercises that use Kathi’s sexp infrastructure to convert smoothly between arithmetic, circles, and code. This is an incredibly nice set up, but it doesn’t work for pyret. …