Email or username:

Password:

Forgot your password?
Andrew Tropin

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
Eugen

@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 :) .

Felix Lechner

@abcdw I love WASM too. What do you do with that insight?

Andrew Tropin

@lechner For now I just experimenting with guile-hoot and js interop and implement a plugin for jbrowse (typescript genome analysis tool):

git.sr.ht/~abcdw/jbrowse-plugi

When I get more experience with it, I will share the further thought or just will just do something cool)

Go Up