isaacg1 / pyth

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

Implicit variables for `F` and `A` #126

Closed jakobkogler closed 9 years ago

jakobkogler commented 9 years ago

I don't see why we need the N in FNQ. It could be implicit, like maps. And perhaps use different variables for nested loops.

Similar A is really long. There's almost always a shorter version. Why not simply use implicit variables? AQ instead of AGHQ.

isaacg1 commented 9 years ago

Implemented - V is what you requested for F, and A is implemented as requested.