/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dlang.org
| | harelang.org
2.0 parsecs away

Travel
| | [AI summary] The developer of the Hare programming language explains the design, implementation, and usage of its POSIX-compatible regular expression engine, detailing how it uses finite state automata and instruction-based virtual threads to ensure linear-time matching.
| | renato.athaydes.com
2.2 parsecs away

Travel
| |
| | mathiasbynens.be
2.4 parsecs away

Travel
| | [AI summary] The article discusses recent advancements in ECMAScript regular expressions, including new features like dotAll mode, lookbehind assertions, named capture groups, Unicode property escapes, and set notation, along with proposals for further enhancements.
| | leerob.io
20.0 parsecs away

Travel
| Why is Rust being used to replace parts of the JavaScript web ecosystem like minification (Terser), transpilation (Babel), formatting (Prettier), bundling (webpack), linting (ESLint), and more?