Generics in PHP: From Blog Series to Book
Explores the journey and technical details of PHP's compile-time generics RFC, from a blog series to a comprehensive book.
Explores the journey and technical details of PHP's compile-time generics RFC, from a blog series to a comprehensive book.
Explains how to use Zig's comptime feature to conditionally disable code for platform-specific builds, debugging, and configuration.
Explains how to implement compile-time perfect hashing for string matching in the Zig programming language.
Explores how the Zig language uses 'comptime' to blend compile-time and run-time execution, enabling powerful generics and type-safe metaprogramming.
Explores the distinction between compile-time and run-time languages in programming, comparing Java and Python, and discusses its impact on expressiveness.