Which is better/faster:

(something ?s)
=>
(if (eq ?s nothing) then
        (assert (somethingelse nothingatall))
)

OR

(something ?s&:(eq ?s nothing))
=>
(assert (somethingelse nothingatall))
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to