Tags LISPProgramming Aspect-Oriented Programming and Lisp admin November 13, 2015 Aspect-oriented programming (AOP) is a popular approach to handle cross-cutting concerns in an application. Common examples of cross-cutting functionality are
Tags LISPProgramming Multimethods in Lisp admin October 13, 2015 In object-oriented languages such as C++ and Java, virtual functions are dynamically dispatched based on the runtime type of the
Tags LISPProgramming Learning LISP – Resources admin October 8, 2015 During my talks on Lisp Programming, I am invariably asked to suggest good books to start learning the language. Here