brownplt / pyret-lang

The Pyret language.
Other
1.06k stars 106 forks source link

Fix 1681 #1739

Closed blerner closed 1 month ago

jpolitz commented 1 month ago

Functions look good, but commits include stuff from stats changes

blerner commented 1 month ago

@jpolitz force-pushed to remove the unwanted statistics changes from this PR

blerner commented 1 month ago

@jpolitz @shriram note that at the moment, the new functions are not available at the command line, because all command-line-compiled programs default to essentials2020 as the context, and I don't think we want to retroactively add functions to that context. We should update the contexts available in pyret-lang, not just in CPO...