Stream: general

Topic: The Woua programming language


view this post on Zulip Benoit Baudaux (Apr 03 2026 at 16:11):

I am starting a new programming language named Woua (prononce "WA") that compiles to WAT (WASI). It is a lisp-like language and compiler is developed in Assembly Script and built for WASI. The purpose is to be able to build the compiler in exaequOS and to run the final program in exaequOS as well (using wex runtime). Of course any existing wasm runtime (supporting wasi) can be used.
The first attempt is made with IA.
https://github.com/baudaux/woua-lang


Last updated: Apr 13 2026 at 01:35 UTC