-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python v Rust : Types and Patterns #20
Comments
Wow, that's a wonderful idea! I will definitely consider that for the next shows. Thanks! |
@mre for more on this: https://github.com/rochacbruno/py2rs |
Nice! I could see it as some kind of extension to what is mentioned in that post. As you said, list comprehensions, pattern matching, exception handling, that kinda stuff. Definitely a good candidate for one of the next shows. |
woo! got the shout out. |
Hope I pronounced your name correctly during the show. 😆 |
What?
Pick your favorite patterns / types from Python and show how to use them, or not, in Rust
Why?
Adopters of Rust have prior background in other programming languages, including Python. Comparing Python techniques with those in Rust facilitates learning
How?
Examples:
The text was updated successfully, but these errors were encountered: