isaacg1 / pyth

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

Cannot define a function `,` #177

Closed vendethiel closed 8 years ago

vendethiel commented 8 years ago

stuff like D,ZT compiles to bogus code instead.

isaacg1 commented 8 years ago

This behavior is necessary for A to work properly. Status-by-design, at least for now.