One cool thing about WASM is that it's like JVM bytecode, but modern and for almost all languages.
It makes interop much easier and brings polyglot, syntax and language agnostic future much closer.
One cool thing about WASM is that it's like JVM bytecode, but modern and for almost all languages. It makes interop much easier and brings polyglot, syntax and language agnostic future much closer. 3 comments
@lechner For now I just experimenting with guile-hoot and js interop and implement a plugin for jbrowse (typescript genome analysis tool): https://git.sr.ht/~abcdw/jbrowse-plugin-hoot-gwas/tree/master/item/scheme/hoot/hello.scm When I get more experience with it, I will share the further thought or just will just do something cool) |
@abcdw yes. hence I started learning #emacs so I can write some #guile #scheme with editor support so I can write #guilehoot so I can develop #wasm from a lisp because #clojure does not support wasm and I did not see a lot of traction on #jvm for wasm :) .