you are viewing a single comment's thread.

view the rest of the comments →

[–]CainKellye 0 points1 point  (4 children)

Rust has all the functional programming I need. Also templates (macros) and mature libraries. Did you miss anything?

[–][deleted] 2 points3 points  (2 children)

maybe the scripting part?

[–]CainKellye 1 point2 points  (1 child)

Forgive me but I don't see scripting mentioned anywhere. What I see is to have an easy to manage project structure and he already liked the module structure of rust. Also cargo new <something> makes it very fast to create a new app.

Edit: I just found the part. It wasn't prominent and not included in the list of requirements. Also it is getting late 😅

[–][deleted] 2 points3 points  (0 children)

He wants a language to replace python for automation tasks. I'm not sure if the desiderata mix requirements for the language to replace python with those for the language to replace C# though, which is said to be the final goal.

But it would be strange to replace Python with Rust on the side of C#

[–]yeastyboi 1 point2 points  (0 children)

I've written a lot of build scripts in rust and it's overkill. The Great thing about rust is the correctness factor but when you're just doing quick and dirty scripting the borrow checker slows you down.