basilisp icon indicating copy to clipboard operation
basilisp copied to clipboard

Integrate MyPy into the compiler

Open chrisrink10 opened this issue 5 years ago • 0 comments

In #354 and #361 we discuss various type hinting related changes. The ultimate goal would likely involve running MyPy or some other sort of more sophisticated type-checking tool over the generated code to make sure that it actually makes sense. Perhaps Basilisp could eventually have its own rudimentary type checking, though that seems onerous and pretty prone to error.

chrisrink10 avatar Mar 29 '19 23:03 chrisrink10