1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
//! We *can* have nice things
//!
//! - **Date:** April 19, 2016
//! - **Subject:** Just how good Rust is, and how you can learn it even if you're busy
//! - [**Audio**][mp3]
//!
//! [mp3]: https://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/file/newrustacean/bonus/4.mp3
//!
//! <audio style="width: 100%" title="Building as a community" controls preload=metadata src="https://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/file/newrustacean/bonus/4.mp3"></audio>
//!
//!
//! Notes
//! -----
//!
//! Sometimes life goes crazy and I don't have time to do all the technical
//! writing required for a full episode, but I can't get Rust off my mind, so
//! I record an episode like this one. Where I talk a bit about how versatile
//! Rust is and suggest some surprising ways you might be able to use it.
//!
//!
//! Links
//! -----
//!
//! - [Rust 1.8] blog post
//! - [Fake] build tool in F♯
//! - [HackerNews] on Rust 1.8
//! + [Someone using it for personal projects][personal]
//! + [Using it in place of scripting languages][scripting]
//! - ["Feels like Python, runs like C"][python]
//!
//!
//! [Rust 1.8]: http://blog.rust-lang.org/2016/04/14/Rust-1.8.html
//! [Fake]: http://fsharp.github.io/FAKE/
//! [HackerNews]: https://news.ycombinator.com/item?id=11498426
//! [personal]: https://news.ycombinator.com/item?id=11498608
//! [scripting]: https://news.ycombinator.com/item?id=11499747
//! [python]: https://twitter.com/jdub/status/720801192884867073
//!
//!
//! Sponsors
//! --------
//!
//! - Aleksey Pirogov
//! - [Chris Palmer]
//! - [Derek Morr]
//! - Hamza Sheikh
//! - Lachlan Collins
//! - Leif Arne Storset
//! - Luca Schmid
//! - Micael Bergeron
//! - [Pascal Hertleif]
//! - Ralph Giles ("rillian")
//! - Ralph "FriarTech" Loizzo
//! - reddraggone9
//! - Ryan Ollos
//! - Vesa Kaihlavirta
//! - [William Roe]
//!
//! [Chris Palmer]: http://red-oxide.org/
//! [Derek Morr]: https://twitter.com/derekmorr
//! [Pascal Hertleif]: https://pascalhertleif.de/
//! [William Roe]: http://willroe.me
//!
//! (Thanks to the couple people donating who opted out of the reward tier, as
//! well. You know who you are!)
//!
//! ### Become a sponsor
//!
//! - <a href="https://www.patreon.com/newrustacean" rel="payment">Patreon</a>
//! - [Venmo](https://venmo.com/chriskrycho)
//! - [Dwolla](https://www.dwolla.com/hub/chriskrycho)
//! - [Cash.me](https://cash.me/$chriskrycho)
//!
//!
//! Contact
//! -------
//!
//! - New Rustacean:
//! + Twitter: [@newrustacean](https://www.twitter.com/newrustacean)
//! + Email: [hello@newrustacean.com](mailto:hello@newrustacean.com)
//! - Chris Krycho
//! + GitHub: [chriskrycho](https://github.com/chriskrycho)
//! + Twitter: [@chriskrycho](https://www.twitter.com/chriskrycho)