Skip to content

Commit 7818e4e

Browse files
committed
Adds links to function coloring article.
Signed-off-by: Amy Ringo <me@remexre.com>
1 parent d8a0e83 commit 7818e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/z/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Brief comparisons to some popular languages:
2020
- **Go:**
2121
- Like Go, Z is both compiled and garbage-collected.
2222
- Like Go, Z's method definitions are separate from its type definitions.
23-
- Like Go, Z has async without "function coloring."
23+
- Like Go, Z has async without "[function coloring](https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/)."
2424
- Unlike Go, Z has a REPL and supports interactive development.
2525
- Unlike Go, Z has operator overloading and macros.
2626
- Unlike Go, Z has inheritance and open recursion.
@@ -40,7 +40,7 @@ Brief comparisons to some popular languages:
4040
- Unlike JavaScript, Z does not have a "baseline" interpreter.
4141
- Unlike the V8 implementation of JavaScript, Z does not have a JIT compiler.
4242
- Unlike the QuickJS implementation of JavaScript, Z compiles to machine code.
43-
- Unlike JavaScript, Z doesn't have "function coloring."
43+
- Unlike JavaScript, Z doesn't have "[function coloring](https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/)."
4444

4545
Brief comparisons to some other languages that are similar to Z:
4646

0 commit comments

Comments
 (0)