Explore >> Select a destination


You are here

dlang.org
| | hookrace.net
4.5 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.
| | blog.burntsushi.net
4.1 parsecs away

Travel
| | I blog mostly about my own programming projects.
| | www.integralist.co.uk
4.0 parsecs away

Travel
| | [AI summary] The provided text is a detailed exploration of various C programming concepts and practices. It covers topics such as pointers, memory allocation, data types, arrays, and functions. The text also includes examples of code, explanations of concepts, and discussions on best practices in C programming.
| | stefansf.de
29.6 parsecs away

Travel
| In this article we examine the strict aliasing rules of the C programming language which are the basis for Type-Based Alias Analysis and show some quirks