Hacker News new | ask | show | jobs
by rlamy 1876 days ago
How similar is it to RPython?
1 comments

Unlike RPython, Static Python in cinder is not really a subset of Python, it can compile everything (although it will throw compile time errors if it sees mismatched types). If it cannot determine type information, it just assumes the type could be anything, and falls back to slower CPython behavior.