|
|
|
|
|
by j-pb
754 days ago
|
|
Very cute project! I personally wouldn't call anything Rust based "simple" (I'm not trying to hate on Rust, it's my daily driver.), so I have to ask: Wouldn't be the simplest possible wasm language, a small macro system for WAT, that bootstraps a slightly more highlevel lisp dialect? Wasm already seems like an increadibly high-level language, given that it's a low-level compilation target. |
|
If you ever try to write WAT by hand you realize that it's very much a compilation target, not something you'd ever want to manually write.