/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

bernsteinbear.com
| | gcc.godbolt.org
2.7 parsecs away

Travel
| | int main() { return std::move(0); }
| | briancallahan.net
1.9 parsecs away

Travel
| |
| | blog.m-ou.se
2.9 parsecs away

Travel
| | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen.
| | divan.dev
17.4 parsecs away

Travel
| [AI summary] The author explains how understanding Go's internal data structure representations and memory management can help developers avoid common language gotchas like slice sharing and interface nil confusion.