mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
fix link
This commit is contained in:
parent
be1e6949b8
commit
a73fd8ca6d
@ -16,7 +16,7 @@ This is about why Psalm is the way it is. This is a living document!
|
||||
|
||||
Many languages have typecheckers/compilers written in the same language. Popular examples include Go, Rust, and TypeScript.
|
||||
|
||||
Python is a special case where the semi-official typechecker [MyPy can also compile to a C Python extension](https://github.com/python/mypy/blame/master/mypyc/README.md#L6-L10), which runs 4x faster than the interpreted equivalent.
|
||||
Python is a special case where the semi-official typechecker MyPy [can also compile to a C Python extension](https://github.com/python/mypy/blame/master/mypyc/README.md#L6-L10), which runs 4x faster than the interpreted equivalent.
|
||||
|
||||
Some interpreted languages have unofficial typecheckers written in faster compiled languages. In all cases a single mid-to-large company is behind each effort, with a small number of contributors not employed by that company:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user