/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

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
| |
| | yotam.net
3.4 parsecs away

Travel
| | A blog about free software and programming
| | text.marvinborner.de
11.4 parsecs away

Travel
| This article describes a variadic extension to the default fixed-point combinator namely the Y-combinator. We do this by translating the Scheme code from a paper to bruijn (pure lambda calculus).