isaacg1 / pyth

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

[Feature request] de-memo-ize #189

Closed kckennylau closed 8 years ago

kckennylau commented 8 years ago

Could you add a command somewhere that can define a function without memo-ization? Sometimes memo-ization can produce huge problems.

isaacg1 commented 8 years ago

Implemented - the -M command line flag.