Rust from a Web perspective
Greg, The JavaScript Whisperer

Greg, The JavaScript Whisperer @jswhisperer

About: Specialist in performance oriented javascript architecture for web, mobile, client and server side. Passionate about realtime web.

Location:
London, UK
Joined:
May 13, 2017

Rust from a Web perspective

Publish Date: Aug 24 '24
0 0

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!

Comments 0 total

    Add comment