DConf '26 Day Three Livestream

Rory McGuire rjmcguire at gmail.com
Fri Sep 4 13:27:30 UTC 2026


On Friday, 4 September 2026 at 08:19:11 UTC, Mike Parker wrote:
> The stream is up. The action begins at 08:30 UTC:
>
> https://youtube.com/live/A4_9onfD0f0

I'm not really a on stage talker type but I think the ideas here 
might be of interest to some people.

Several months back I started making a d2 like language using a 
weird combination of tree-sitter, wasm3, and stencil based jit. 
https://github.com/rjmcguire/d2wasm

By default code is @nogc because you have to mark code @gc if you 
want to use things that allocate. It uses arena allocators in 
somewhat interesting ways. I've stopped work on it for a few 
months because I got distracted with graphics things.

The ldc2 branch on my github is probably required to run the mac 
os gui demo. I have left my research docs in the repo too. 
Probably best read using an llm.


More information about the Digitalmars-d-announce mailing list