Сond as a new basic special form

Implement cond as a new basic special form without reducing it to if . You will have to construct a loop that tests the predicates of successive cond clauses until you find one that is true, and then use ev-sequence to evaluate the actions of the clause.


There are no comments yet.

Authentication required

You must log in to post a comment.

Login