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

You'd be surprised to find out that Common Lisp has actually quite a strong type system (not Haskell-level but much better than C++/Java); just that it's optional. You get the best of both worlds — fast prototyping, and then when you decide upon the types, you can add type declarations, which usually result in (much!) faster code and robustness.



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

Search: