3 results for "all documents"
languages/nim/interop_ffi.md
Verified guidance on Nim's C FFI (importc/exportc/header/emit), cstring lifetime and GC-safety pitfalls, c2nim binding generation, and compiling Nim to the C++ (importcpp), JavaScript (importjs), and Objective-C (importo...
languages/nim/README.md
Nim ecosystem overview for AI coding agents: what Nim is, the Nim 1.x to 2.0 memory-management default change (ORC), toolchain installation via choosenim, nimble vs atlas package management, and the compiler invocation m...
languages/rust/README.md
Modern Rust ecosystem overview: the ownership/borrowing mental model, Cargo and crates.io, the edition system, the standard toolchain (rustup, clippy, rustfmt), and when Rust is the right engineering choice in 2026.