DEV Community

Cover image for Rust from a Web perspective
Greg, The JavaScript Whisperer
Greg, The JavaScript Whisperer

Posted on

Rust from a Web perspective

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!

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more