Hacker News new | past | comments | ask | show | jobs | submit login

Nah, that’s not true. Something like Common Lisp (AOT compiled, btw) you can write without types and then add them in later to bump performance by facilitating unboxing and removal of inline type checks. It is a tradeoff because you lose some safety, but it can lead to some pretty fast code.



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

Search: