logoalt Hacker News

tpoacheryesterday at 8:45 AM3 repliesview on HN

and mypy is "an optional static type checker for Python" [0]

Given that both pypy (through RPython) and mypy deal with static type checks in some sense, I kept confusing the two projects until recently.

Also, I just learnt (from another comment in this post) about mypyc [1], which seems to complete the circle somehow in my mind.

  [0] https://www.mypy-lang.org/
  [1] https://github.com/mypyc/mypyc

Replies

canjobearyesterday at 5:04 PM

Don't forget about RPy https://pypi.org/project/rpy2/2.2.7/

gcarvalhoyesterday at 1:28 PM

Don't forget about dmypy, the daemon version of mypy.

https://mypy.readthedocs.io/en/stable/mypy_daemon.html

LtWorfyesterday at 10:16 AM

pypy existed long before type annotations were a thing

show 1 reply