isaacg1 / pyth

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

Changed V from FNU to FN #125

Closed Maltysen closed 9 years ago

Maltysen commented 9 years ago

There is no reason to have V to be FNU. F already does implicit U on numbers. All it accomplishes on V is to make sequences be converted to a urange with the same length. This isn't desirable in most circumstances. Now, looping through a list, is one character shorter if you don't care about the loop var.