|
|
|
|
|
by eigenspace
2099 days ago
|
|
Slapping a JIT on Python can't and won't solve it's probblems. Python's problem is that it's semantics make many very important optimizations impossible. Julia's language semantics were specifically designed to be friendly to JIT optimization. This is something that language devs need to be thinking about very early in the design process or it's hopeless. |
|
At every moment the image can completely change shape, at any given breakpoint I can change anything and then resume execution at a previous point and so on.