Explore >> Select a destination


You are here

chrispenner.ca
| | volgarev.me
1.9 parsecs away

Travel
| |
| | www.pmatiello.me
0.9 parsecs away

Travel
| | In which I give my own half-baked workaround to the lack of tail call optimization in Python
| | abdulapopoola.com
2.8 parsecs away

Travel
| | The biggest advantage of using tail calls is that they allow you to do extensive operations without exceeding the call stack. This makes it possible to do a lot of work in constant space without running into out of memory exceptions; this happens because the frame for the currently executing function is re-used by the...
| | aradaelli.com
25.8 parsecs away

Travel
| [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status.