Fork me on GitHub
#other-languages
<
2018-10-28
>
gklijs08:10:45

Webassembly is kind of a lisp through.

andy.fingerhut11:10:42

Can you explain in what way Webassembly is kind of a lisp? That isn't obvious to me at all, but not a Webassembly expert. The brief descriptions I have seen make Webassembly sound more like JVM byte code than Lisp.

gklijs12:10:30

The human-readable format is .wat, and is a lisp, and you can create/edit in that format if you want, https://webassembly.studio/

gklijs12:10:01

I'm not sure how easy it would be to have clojure compile to wasm, we probably also need something like .cljw files for the wasm specific things/