isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Proper min and max #234

Closed Jim-Bar closed 7 years ago

Jim-Bar commented 7 years ago

Currently it is really bothersome to do a simple min or max: respectively h.mbQ and h.MZQ. I suggest to add real minimum and maximum functions with the signatures min <seq> and max <seq>.

jakobkogler commented 7 years ago

Use hSQ and eSQ instead.