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

view this post on Zulip Benoit Baudaux (Apr 25 2026 at 14:21):

Woua programming language has now a website

https://www.woua-lang.org


Last updated: May 03 2026 at 21:15 UTC