other-languages

here be heresies and things we have to use for work
gklijs 2018-10-28T08:09:45.002700Z

Webassembly is kind of a lisp through.

2018-10-28T11:53:42.004100Z

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.

gklijs 2018-10-28T12:35:30.005300Z

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

gklijs 2018-10-28T12:35:50.005400Z

gklijs 2018-10-28T12:38:01.006900Z

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/