|
|
|
|
|
by paperwork
2722 days ago
|
|
Can dart be evaluated within the browser? I’ve been looking for a language which can be executed within the browser (without needing a connection to any server). I would like to write some blog posts explaining technical concepts and provide executable, interactive code. As far as. I can tell, currently JavaScript is the only language for the job. All languages which transpile to js seem to require (out of browser) command line tools |
|
Now of course no language is going to replace JS, it's going to be compile to WASM or JS, and Dart is now focused on things like Flutter where it is used in a 'Ahead of Time' compiled form.