Explore >> Select a destination


You are here

andrewkelley.me
| | hookrace.net
2.2 parsecs away

Travel
| | [AI summary] The article explains Nim's metaprogramming capabilities by demonstrating the use of procs, templates, and macros to create optimizations like faster enum parsing and custom HTML DSLs.
| | www.diegofreijo.com
1.8 parsecs away

Travel
| | I made a Rust implementation of the Lox programming language introduced by the Crafting Interpreters book.
| | macoy.me
1.4 parsecs away

Travel
| | [AI summary] This is a comprehensive overview of Cakelisp, a programming language designed to enhance developer productivity while maintaining high performance. The language combines powerful code generation, modification, and a built-in build system to streamline the development process. It emphasizes trust in the developer's ability to create programs efficiently, while also providing tools for complex project management and optimization.
| | bannalia.blogspot.com
9.8 parsecs away

Travel
| std::unordered_map is a highly configurable class template with five parameters: template< class Key, class Value, class Hash ...