Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: src/site/support/faq.html

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: "FAQ" 3 title: "FAQ"
4 rel: 4 rel:
5 author: eli-brandt 5 author: eli-brandt
6 --- 6 ---
7 7
8 <h1>Frequently Asked Questions (FAQ)</h1> 8 <h1>Frequently Asked Questions (FAQ)</h1>
9 <em>Collected by Eli Brandt 9 <em>Collected by Eli Brandt
10 <br> 10 <br>
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 return greeting; 173 return greeting;
174 } 174 }
175 {% endhighlight %} 175 {% endhighlight %}
176 176
177 <p>With the following Dart code:</p> 177 <p>With the following Dart code:</p>
178 178
179 {% highlight dart %} 179 {% highlight dart %}
180 // Dart code 180 // Dart code
181 181
182 String MakeGreeting(String name) { 182 String MakeGreeting(String name) {
183 String greeting = 'hello ' + name; 183 String greeting = 'hello $name';
184 return greeting; 184 return greeting;
185 } 185 }
186 {% endhighlight %} 186 {% endhighlight %}
187 187
188 <p>If you are using Closure and can switch to Dart, you will probably enjoy the change.</p> 188 <p>If you are using Closure and can switch to Dart, you will probably enjoy the change.</p>
189 189
190 <h3 id="compare-to-coffeescript">Q. How does Dart compare with CoffeeScript?</h3 > 190 <h3 id="compare-to-coffeescript">Q. How does Dart compare with CoffeeScript?</h3 >
191 191
192 <p>Both Dart and CoffeeScript are inspired by JavaScript, and both can be transl ated back to it. They make different choices, particularly in the flavor of the ir syntax. As a language we think it's fair to say that Dart differs semantical ly from JavaScript more than CoffeeScript does; that may result in a less line-f or-line translation, but we believe Dart-generated JavaScript can have excellent size and speed.</p> 192 <p>Both Dart and CoffeeScript are inspired by JavaScript, and both can be transl ated back to it. They make different choices, particularly in the flavor of the ir syntax. As a language we think it's fair to say that Dart differs semantical ly from JavaScript more than CoffeeScript does; that may result in a less line-f or-line translation, but we believe Dart-generated JavaScript can have excellent size and speed.</p>
193 193
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 336
337 <section> 337 <section>
338 <h2 id="acknowledgments">Acknowledgments</h2> 338 <h2 id="acknowledgments">Acknowledgments</h2>
339 339
340 <p>Thanks to users who asked questions, and to many Googlers who contributed que stions, answers, and improvements: Mukesh Agrawal, Lars Bak, Adam Barth, Gilad B racha, Paul Brauner, David Carlson, Patrick Doyle, Matthias Ernst, Nicolas Geoff ray, Dan Grove, William Hesse, Bruce Johnson, Seth Ladd, Patrick Linehan, Floria n Loitsch, John Messerly, Srdjan Mitrovic, Anton Muhin, Bob Nystrom, Jack Palevi ch, David Rochberg, Matt Shulman, Joel Webber, Brian Wilkerson.</p> 340 <p>Thanks to users who asked questions, and to many Googlers who contributed que stions, answers, and improvements: Mukesh Agrawal, Lars Bak, Adam Barth, Gilad B racha, Paul Brauner, David Carlson, Patrick Doyle, Matthias Ernst, Nicolas Geoff ray, Dan Grove, William Hesse, Bruce Johnson, Seth Ladd, Patrick Linehan, Floria n Loitsch, John Messerly, Srdjan Mitrovic, Anton Muhin, Bob Nystrom, Jack Palevi ch, David Rochberg, Matt Shulman, Joel Webber, Brian Wilkerson.</p>
341 341
342 </section> 342 </section>
343 343
344 344
345 345
OLDNEW
« no previous file with comments | « src/site/slides/2012/03/bootstrap/images/sdk-directory-layout.png ('k') | twitter/Twitter-02.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698