@@ -94,13 +94,11 @@ Servo—and not just in test mode.
94
94
[ ff ] : https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2016-04-07&keys=__none__!__none__!__none__&max_channel_version=release%252F45&measure=MEDIA_RUST_MP4PARSE_SUCCESS&min_channel_version=null&product=Firefox&sanitize=1&sort_keys=submissions&start_date=2016-03-03&table=0&trim=1&use_submission_date=0
95
95
[ groundwork for Rust integration ] : http://wiki.mozilla.org/Oxidation
96
96
97
- In both of these cases, the people involved were hardened C++ devs who knew its
98
- downsides&mdash ; and Rust's upsides&mdash ; in their bones. But there's another
99
- kind of story we [ hear a lot] from smaller shops putting Rust into production:
100
- that they would never dream of shipping C++ code, but that Rust provides the
101
- leverage to go head-to-head with larger organizations that * do* use C++, giving
102
- them competitive performance and much greater agility. Rust helps you punch
103
- above your weight.
97
+ In both of these cases, the people involved were coming from the C++ world
98
+ already. But there's another kind of story we [ hear a lot] from smaller shops
99
+ putting Rust into production: that traditional systems languages like C++ felt
100
+ out of reach for their team, but that Rust gives many of the same benefits while
101
+ being more approachable. Rust helps you punch above your weight.
104
102
105
103
[ hear a lot ] : http://confreaks.tv/videos/rustcamp2015-using-rust-from-c-or-any-language
106
104
@@ -217,7 +215,7 @@ has been growing and polishing its ecosystem and tooling:
217
215
218
216
- ** Core language** . We've kept one list purposefully short this year: growth in
219
217
the core language. While we have some important features in the pipeline (like
220
- [ improved error hanlding ] , [ more flexible borrowing rules] and
218
+ [ improved error handling ] , [ more flexible borrowing rules] and
221
219
[ specialization] ), [ Rust users] by and large are happy with the core language
222
220
and prefer the community to focus on the ecosystem and tooling.
223
221
0 commit comments