Lisp HUG Maillist Archive

Re: Some suggestions please...

Dear Sven

Thanks a million, that saved me hours.


Vincent

>
>
>
>---- Original Message ----
>From: sven@beta9.be
>To: vincent@wallflower.co.za
>Subject: Re: Some suggestions please...
>Date: Mon, 16 Jan 2006 07:30:50 +0100
>
>>
>>On 16 Jan 2006, at 06:59, vincent@wallflower.co.za wrote:
>>
>>>
>>> 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
>>
>>See:
>>
>>http://www.franz.com/~jkf/coding_standards.html
>>
>>For if* source:
>>
>>http://www.franz.com/~jkf/ifstar.txt
>>
>>For if* documentation:
>>
>>http://www.franz.com/support/documentation/6.0/doc/pages/operators/ 
>>excl/if_s.htm
>>
>>If you should have any trouble getting the smtp code to work in LW, 
>
>>just ask me, we have been using it succesfully for a long time.
>>
>>Sven



Updated at: 2020-12-10 08:49 UTC