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

All languages have types. Lisp, however, and particularly the versions that those people worked with, are dynamically typed, like Javascript. Unlike JS, they aren't weakly typed, but that's not the point. To say nothing of Ruby and Python, for which there are also programmers on that list.



Common Lisp compilers may implement static typing. The default type is T, though — but with declarations, a compiler can enforce anything the programmer declares or it infers.


Most of those people either worked with MACLisp, or dynamically typed Scheme.




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

Search: