#BabelOfCode 2024
Week 11 (??)
Language: Textual Wasm
Confidence level: Medium high
PREV WEEK: https://mastodon.social/@mcc/114524697727786286
RULES: https://mastodon.social/@mcc/113676228091546556
I'm now doing the puzzles slightly out of order.
"Wasm" is a bytecode VM that runs in web browsers as an alternative to JavaScript. Oddly for a modern VM, it's designed to be targeted by C.
A thing I've heard repeatedly claimed, both excitedly and with eye-rolls, is that Wasm's human readable form is "a LISP". I want to know what that means.