Paul Woolcock ♠️

72 Followers
149 Following
94 Posts
Software engineer. I like writing Rust and Python but am always happy to talk about anything code-related
@staticsafe that whole album is 🔥 , though "Oh Me, Oh My" is my favorite
@djsundog i appreciate it. I was in a weird phase of my life, music-wise, when ben folds{, five} was big. 'Still Fighting It' is one of the best songs ever written though, imo
@djsundog the only BF album I own, actually
@nein09 glad to hear it!

2017 Rust Survey results: https://blog.rust-lang.org/2017/09/05/Rust-2017-Survey-Results.html

Not many surprises, but still good data

Rust 2017 Survey Results - The Rust Programming Language Blog

Words from the Rust team

Nice, last night's Rust nightly build has preliminary support for generators in it :)

https://internals.rust-lang.org/t/help-test-async-await-generators-coroutines/5835

This is great 😂

"They're not called cis-istors"

https://github.com/mxsparks/engiqueer-logo

@nein09 also, the community is pretty great at helping out beginners. irc.mozilla.org has a dedicated room for beginners, #rust-beginners. There is also #rust, along with a handful of other rooms for specific rust projects.

The Rust subreddit is pretty much the only reason I go to reddit anymore, that's at reddit.com/r/rust. The community is _very_ friendly, and if you'd like to view the CoC it's here: https://www.rust-lang.org/en-US/conduct.html

@nein09 great! there are a few resources that are worth checking out to get started.

"The Rust Programming Language" is probably the most complete beginner's resource: https://doc.rust-lang.org/book/second-edition/
it's also known in the community as just "the book."

There is a collection of beginners resources here: https://github.com/ctjhoa/rust-learning

One of my favorite resources is "rustlings" by carols10cents. It's basically a collection of "code katas" for rust: https://github.com/carols10cents/rustlings