Explore >> Select a destination


You are here

www.vegardno.net
| | bloeys.com
3.0 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.
| | rog3rsm1th.github.io
2.4 parsecs away

Travel
| | Because why not ?
| | yotam.net
3.4 parsecs away

Travel
| | A blog about free software and programming
| | dylanpaulus.com
19.8 parsecs away

Travel
| Debugging is an essential skill for any software developer. It allows us to find and fix errors in our code, improve quality and performance, and learn from our mistakes.One of the most common and powerful tools for debugging Python code is the . PDB is a module that provides an interactive command-...