isaacg1 / pyth

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

Add an average method #138

Closed jakobkogler closed 9 years ago

Maltysen commented 9 years ago

I don't see the necessity to create a new dot-function. There are tons of overloads available in the dot-functions. Here are some of the appropriate ones I could find: B, .H, .O, .!

isaacg1 commented 9 years ago

I'd also prefer to see this as an overload.

jakobkogler commented 9 years ago

Is .O fine? I'm not really happy with it, but the other free tokens are equally bad.

isaacg1 commented 9 years ago

Sounds fine.