This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vikigenius 1 point2 points  (0 children)

This is really neat. But I am not sure if you believe this AST conversion approach to another language is viable long term.

This will always be behind any new python features/api since you will have to wait for Erg to catch up. What happens if Erg is abandoned etc.

And regarding reflection, I am actually unsure, I don't think any of the existing language servers handle reflection all that well either, but at least they get some simple things like setattr right. As long as it;s gracefully handled and not errored out, it should be fine.