I find overloading to be very useful in my C # code. I know that this can be done in many other languages ββ(C ++ for sure).
Does LISP provide overload or something equivalent?
Yes, it has βsomething similar,β but more powerful: common functions .
EDIT: I did not know that defining overload implies resolving compile time. Thanks to Rainer Joswig.
Generic Lisp does not work.
Generic Lisp does not support overloading.
Generic Lisp provides polymorphism via CLOS, but not overloading.