this post was submitted on 12 Jun 2023
16 points (100.0% liked)

196

16257 readers
2596 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

Absolutely lol.

Our entire presentation was basically "ok y'all so this is the best designed programming language ever we swear."

I'm a web developer though so I never get a chance to actually use it day-to-day :(

[–] [email protected] 1 points 1 year ago (1 children)

That sucks, but you can always compile rust code to wasm which loads in the web browser (well almost always, not all libraries support it). And there is also yew.rs which is kind of like React but in rust! I'm not a web developer myself so I only played with it for fun but it looked pretty promising. You should try these out :)

[–] [email protected] 1 points 1 year ago

The world of front-end frameworks/libraries not built in JS/TS is so foreign to me but I'm interested in checking it out. Thanks for the links!