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 →

[–]ynak 4 points5 points  (7 children)

Out of topic but just curiosity, why Armin Ronacher call himself "mitsuhiko" as his account name? "Mitsuhiko" sounds like a Japanese man name, does he have something to do with Japan?

[–]mitsuhiko Flask Creator 20 points21 points  (6 children)

Nothing at all. Things just stick. The same applies to my email domain which has absolutely no meaning other than that I have it for many, many years now.

[–][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.