|
|
|
|
|
by batista
5124 days ago
|
|
How about PyPy? It's a Python JIT compiler written in Python. There are thousands of other examples. Managing memory and low level system is not the difficult part, it's just tedious - algorithms and mapping a problem correctly is the difficult part. |
|