Comment by chrisweekly
Comment by chrisweekly a day ago
Pls forgive my ignorance, but how is Typescript (a superset of Javascript) used to type-check Python?
Comment by chrisweekly a day ago
Pls forgive my ignorance, but how is Typescript (a superset of Javascript) used to type-check Python?
You can write a parser and type checker for pretty much any language in pretty much any language. It's just text files as input and text as output.