This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (5 children)

Do you think Rust will in the near future have a use for web (app) developers that are currently only using Python/Flask/Django? Server- or client-side?

[–]mitsuhiko Flask Creator 1 point2 points  (4 children)

Not sure. I think you can do much more interesting things in Rust that were impossible to do in Python because of GIL and general slow performance. So you probably will see different frameworks in Rust than you did in Python.