Explore >> Select a destination


You are here

andrewkelley.me
| | aturon.github.io
4.0 parsecs away

Travel
| | [AI summary] This blog post introduces Rust's zero-cost futures library, which enables efficient asynchronous I/O programming by providing high-level abstractions that compile down to low-level state-machine code without runtime overhead.
| | tokio.rs
4.6 parsecs away

Travel
| | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
| | gavinhoward.com
4.1 parsecs away

Travel
| | Proponents of Zig claim that it does not have function colors. In this post, I attempt prove that it does.
| | javascript.crockford.com
19.5 parsecs away

Travel
| [AI summary] The provided text outlines the implementation of a parser and interpreter for a custom programming language, using a Pratt parsing approach. It details the structure of tokens, the handling of expressions, statements, and control flow, as well as the implementation of functions, objects, and arrays. The text also discusses potential extensions and enhancements to the language.