Explore >> Select a destination


You are here

xnacly.me
| | bloeys.com
3.4 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.
| | andreabergia.com
3.4 parsecs away

Travel
| | This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust ??thispost A JVM in Rust part 2 - The class files format A JVM in Rust part 3 - Parsing class files A JVM in Rust part 4 - The Java bytecode A JVM in Rust part 5 - Executing instructions A JVM in Rust part 6 - Methods and exceptions A JVM in Rust part 7 - Objects and GC A JVM in Rust part 8 - Retrospective Lately Ive been spending quite a bit of time learning Rust, and as any sane person would do, after writing a few 100 ...
| | benhoyt.com
2.2 parsecs away

Travel
| | LoxLox is an interpreter for Crafting Interpreters' Lox programming language written in Lox!
| | radu-matei.com
14.2 parsecs away

Travel
| In this article, we explore how to add a new system call to WASI, the WebAssembly System Interface, and implement it in Wasmtime