Explore >> Select a destination


You are here

dmitrykornilov.net
| | www.morling.dev
9.4 parsecs away

Travel
| | 27 years of age, and alive and kicking?-?The Java platform regularly comes out amongst the top contenders in rankings like the TIOBE index. In my opinion, rightly so. The language is very actively maintained and constantly improved; its underlying runtime, the Java Virtual Machine (JVM), is one of, if not the most, advanced runtime environments for managed programming languages. There is a massive eco-system of Java libraries which make it a great tool for a large number of use cases, ranging from comman...
| | matthiasnehlsen.com
18.9 parsecs away

Travel
| |
| | www.graalvm.org
8.8 parsecs away

Travel
| | GraalVM is an advanced JDK with ahead-of-time Native Image compilation.
| | bloeys.com
57.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.