Hacker News new | ask | show | jobs
by patrickmay 4453 days ago
Common Lisp also supports specialized type declarations like this. (In Common Lisp type declarations are optional.)
1 comments

Common Lisp does not have dependent types. The example given is unfortunate because it often leads people to think they already have (and understand) dependent types, when that isn't the case.