DEV Community

Discussion on: How I chose a programming language and beat bad habits

 
fasani profile image
Michael Fasani

I am super interested in WASM but just playing devil's advocate here. I also think we could do away with the DOM and simply render in WebGL. Are you doing something in WASM already? Any language preferences there? I am considering Rust.

Thread Thread
 
robertomaurizzi profile image
Roberto Maurizzi

I've seen some examples in Rust (using a library for very basic DOM manipulation) and tried Mozilla's Python "notebook" environment Pyodide.
I'm also experimenting a bit with Transcrypt Python-to-JS transpiler, but nothing is going to production soon (real work or games)