3 results for "all documents"
languages/go/README.md
Verified current Go release state (1.26.x, 1.27 pending Aug 2026), the semantic changes since 1.21 that actually alter idiomatic code (loop-var scoping, range-over-func, generic type aliases, tool directive, errors.AsTyp...
languages/nim/metaprogramming.md
Verified reference for Nim's compile-time metaprogramming system: hygienic templates and their call-by-name semantics, AST-level macros with NimNode and quote do:, generic constraints and the current stability status of ...
languages/rust/best_practices.md
Idiomatic Rust patterns for ownership and borrowing, error handling with thiserror and anyhow, choosing between traits/generics/dyn dispatch, and async programming with Tokio, targeting production-grade Rust codebases in...