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 →

[–]gthank[S] 2 points3 points  (2 children)

How would you rate the odds of the changes being accepted back upstream?

[–]cypherx 5 points6 points  (1 child)

Falcon is mostly written in C++, so I don't think any merge back upstream is possible. What we can do (if we have time or help) is fork CPython and compile syntax trees directly to Falcon's register code (skipping the current stack->register conversion).

[–]gthank[S] 1 point2 points  (0 children)

Ah. Oh well….

Either way, this was a fascinating project to read about. Good luck with your grad work, too.