Explore >> Select a destination


You are here

harelang.org
| | bloeys.com
2.3 parsecs away

Travel
| | In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library.
| | python-history.blogspot.com
3.3 parsecs away

Travel
| | Introduction Python is currently one of the most popular dynamic programming languages, along with Perl, Tcl, PHP, and newcomer Ruby. Alt...
| | rdrr.io
2.0 parsecs away

Travel
| | [AI summary] This documentation page details the syntax, metacharacters, and options for using regular expressions in the R programming language.
| | thume.ca
17.5 parsecs away

Travel
| [AI summary] This blog post by Tristan Hume details his experience writing a compiler for a course project using Rust. He discusses various aspects of the project including the use of Rust's powerful enums and pattern matching, handling variable and type resolution, reference counting with Rc, code generation for x86 assembly, and the use of usercorn to run Linux binaries on macOS. The post also reflects on the challenges and benefits of using Rust for such a project, comparing it with other languages and design decisions.