Hacker News new | ask | show | jobs
by zem 360 days ago
nice work! what level of type inference do you do on unannotated code?
1 comments

Currently none, but I'm currently re-implementing the Jedi part (auto-completions/goto), which needs lots of type inference on unannotated code. There will therefore be soon be a non-compatible mode that infers unannotated code as good as possible. I hope it is going to be ready a month from now.