Hacker News new | ask | show | jobs
by platform 4036 days ago
How did Lisp solve (40 years ago) the problem of generating a compile time errors when types of the arguments into a function call did not match with what the developer of the function anticipated?
2 comments

When you look at error messages of C++ inside of metaprogramming code you understand that the error reporting in case of argument mismatch is still not solved .... :)
By allowing developers to implement whatever level of error message reporting they fancy.