Re: [ANN] Clojure 1.10 has been released!

2018-12-17 Thread Bo Yao
Congratulations and thanks to all contributors! On Mon, Dec 17, 2018, 12:55 PM Erik Assum Congratulations! > > Sean Corfield, first time contributor? I would never have guessed. > > Erik. > -- > i farta > > 17. des. 2018 kl. 21:30 skrev Alex Miller >: > > Clojure 1.10 focuses on two major areas:

Re: Webassembly as a Clojure target platform

2018-07-26 Thread Bo Yao
Not true.Wasm is a a kind of assembly and it's browser runtime: https://webassembly.github.io/spec/. The emscripten project is doing compile c/c++ to wasm. There's a another team working on rust to wasm compiler and toolchains: https://webassembly.github.io/spec/ On Friday, September 15, 2017 a