/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

abdulapopoola.com
| | volgarev.me
1.9 parsecs away

Travel
| |
| | 2ality.com
2.1 parsecs away

Travel
| | Update 2018-05-09: Even though tail call optimization is part of the language specification, it isn't supported by many engines and that may never change. The ideas are still interesting, however and explained in this blog post. ECMAScript 6 offers tail call optimization, where you can make some function calls without growing the call stack. This blog post explains how that works and what benefits it brings.
| | chrispenner.ca
2.8 parsecs away

Travel
| | The Personal blog and musings of Chris Penner, a designer, developer and future opsimath.
| | smallcultfollowing.com
20.6 parsecs away

Travel
| [AI summary] A developer explains the technical challenges of ensuring async trait functions return Send futures in Rust and proposes a syntax solution where function callers specify send requirements rather than enforcing them globally in the trait definition.