Some suggestions please...
Dear List, I am a recent convert to Lisp and having been doing some work that requires access to SMTP and POP3 from within Lisp. I have found a nice library but it makes extensive use of a macro for if, called if*, which I believe is part of ANSI Lisp. My macro skills are not up to writing this macro myself since it seems quite weird as it has placeholders all over the place which I do not know how to code in a macro for example (if* (some-condition) then (then-clause) elseif (elseif-clause) else (else-clause) ^^^^ ^^^^ ^^^^ does anyone know where I might find a definition of this macro ? Thanks in advance Vincent