@charliermarsh: PSA: new `regex!` macro dropped in the latest release
Summary
A new `regex!` macro has been released in the latest update of the Rust regex library, enabling compile-time regex compilation.
View Cached Full Text
Cached at: 07/21/26, 12:42 PM
PSA: new regex! macro dropped in the latest release https://t.co/6liUKMRzYb
Similar Articles
@charliermarsh: https://x.com/charliermarsh/status/2057953314419990670
Ruff is an extremely fast Python linter and code formatter written in Rust, aiming to replace multiple existing tools like Flake8, Black, and isort.
Rhombus v1.0: A Racket flavored language with syntax
Rhombus v1.0, a new extensible programming language built on Racket with conventional syntax and powerful macro facilities, has been released.
@charliermarsh: ty now supports all 22 cases of control flow analysis and type narrowing identified in this gigantic "Advanced pattern …
Charlie Marsh announces that the 'ty' tool now supports all 22 cases of control flow analysis and type narrowing for advanced pattern matching.
Platform Support for GNU Extensions to Basic Regular Expressions
An article investigating platform support for GNU extensions to Basic Regular Expressions (BRE), specifically the `\+` operator, and finding it works on FreeBSD, macOS, and musl-based distributions like Chimera Linux.
@QuixiAI: The With Programming Language has hit a major milestone. PCRE2 is in. Regular expressions integrated. Implicit main, on…
The With programming language has reached a major milestone by integrating PCRE2 for regular expressions and implementing implicit main functions. The update supports one-liners and includes a self-hosted compiler with built-in LSP support.