Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Any weekend compiler project can be faster than CPython.

Not true and not even funny.



To write a compiler (and not a interpreter) it's indeed almost impossible to reach the slowness of CPython. Especially because it's hard to create a complex language in just a weekend.


using llvm as the backend not hard to make a toy language which runs insanely fast with only integer operations.


Exactly.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: