HackerTrans
TopNewTrendsCommentsPastAskShowJobs

raaid-rt

no profile record

Submissions

Show HN: Tacopy – Tail Call Optimization for Python

github.com
95 points·by raaid-rt·8 mesi fa·54 comments

comments

raaid-rt
·7 mesi fa·discuss
Have some ideas on getting around this - stay tuned...
raaid-rt
·7 mesi fa·discuss
thanks for making this! - curious to hear if you had any suggestions for what else you'd want supported by this tool
raaid-rt
·7 mesi fa·discuss
Haha this is my first attempt at making an open-source tool - I don't really know what kind of comment hygiene we want here.
raaid-rt
·7 mesi fa·discuss
Certain function calls that were unable to be run in Python can now be run. From that perspective, my thinking was that this was a net good since one can preserve the "clean syntax" from recursion while still being able to access the performance benefits of an iterative solution.