Skip to content

Commit 0f0cbbe

Browse files
Update index.md
1 parent d569551 commit 0f0cbbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

software/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ The 'high level' programming languages for the micro:bit break down into two bro
3939

4040
*C/C++, while certainly compiled, is not considered a high-level language in this context*
4141

42-
In order to ensure that the micro:bit online code editors could scale to support 1M deployed boards, Microsoft built [MakeCode](https://makecode.microbit.org), an in-browser-compiler written in TypeScript.
42+
In order to ensure that the micro:bit online code editors could scale to support millions of deployed boards, Microsoft built [MakeCode](https://makecode.microbit.org), an in-browser-compiler written in TypeScript.
4343

44-
This process is explained in full in the [In browser compiler](/software/in_browser_compiler) page, and in fantastic detail at [TouchDevelop in 208 bits](https://www.touchdevelop.com/docs/touch-develop-in-208-bits).
44+
This process further explained in the [MakeCode software page](/software/makecode) page, and the history of development in [TouchDevelop in 208 bits](https://www.touchdevelop.com/docs/touch-develop-in-208-bits).
4545

46-
These in-browser-compilers do not compile the whole of the software stack, but just the user's script. Function calls and low level functions are handled by the micro:bit runtime and Mbed. A pre-compiled runtime image is included in the browser and concatenated with the compiled script before being presented for download.
46+
In-browser-compilers do not compile the whole of the software stack, just the user's script. Function calls and low level functions are handled by the micro:bit runtime. A pre-compiled runtime image is included in the browser and concatenated with the compiled script before being presented for download.
4747

4848
### Interpreted languages
4949

0 commit comments

Comments
 (0)