We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780036e commit 7998fe1Copy full SHA for 7998fe1
www/FAQ.rst
@@ -19,7 +19,7 @@ That said, we do expect Swift to be a better language than C++ in a number of wa
19
so why don't we implement the compiler itself in Swift? There are a couple of
20
reasons that bootstrapping is not a good idea, at least in the short term:
21
22
- * This complicates bring up of the compiler, because you have to move both the
+ * This complicates bringup of the compiler, because you have to move both the
23
compiled language and the compiler at the same time as the language evolves.
24
* We want the language evolution and direction to be driven by general purpose
25
programming challenges, not by the specific needs of compiler hackers. The
0 commit comments