File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
4545Brief comparisons to some other languages that are similar to Z:
4646
You can’t perform that action at this time.
0 commit comments