isaacg1 / pyth

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

add min/max? #184

Closed vendethiel closed 8 years ago

vendethiel commented 8 years ago

not sure what's left for them...

I guess like eS/hS? (probably not worth it in retrospect, since those are 2)

isaacg1 commented 8 years ago

hS and eS are intended to substitute for min and max.

Maltysen commented 8 years ago

how about a min/max with two args? it takes three right now eS,/hS, which has consistently been annoying.