brownplt / code.pyret.org

Website for serving Pyret to folks.
Other
24 stars 44 forks source link

More Stats Functions #520

Closed schanzer closed 3 months ago

schanzer commented 3 months ago

We've had a few teachers ask if Pyret supports various stats functions:

Getting these implemented as a Pyret program would be great, but implementing them as part of Pyret's stats library would be much better.

(In keeping with the other stats functions, these should all operate on lists. I'll wrap them to work with tables in the DS teachpack.)

schanzer commented 3 months ago

Closing, as this is covered in https://github.com/brownplt/pyret-lang/issues/1732