Relay Lang – Async first programming language
SMRTR summary
Relay is a new programming language that brings async-by-default networking with Python-like syntax. It eliminates the need for await keywords while automatically resolving async values, includes built-in HTTP client/server capabilities, and features concurrency primitives like spawn, race, and timeout. Built with Rust and powered by Tokio runtime for robust performance.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article