Rust from a Web perspective

Greg, The JavaScript Whisperer - Aug 24 - - Dev Community

Something not everyone might know #JavaScript is considered a "C syntax" language; I had learnt C++, and although to me it's readable, I didn't find a passion for it as it's extra verbose and not often applicable to the web.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Language_overview

However if you are a JS developer looking for a fun new language check out #rust.

It's like C++ but memory and type safe (less debugging after compiletime) and it get's shit done™️

It is becoming more and more applicapible to the Web... Servers and clients with #wasm, you can actually natively import a rust module into node.js for extra threads or heavy lifting.

Start learning!

. . . . . . . . . . . . . . . . . . . . . .