CSC 104 Weekly discuss week 6

Hello! Welcome to my CSC 104 weekly Discussion Blog 

This week I will talk about the most challenge function I met this week.

    This week we taught about condition function, which I felt is the hardest function in the Course comparing other materials. The condition function features two parts, if the first part falls, it will atomically go to the second part.

The condition function looks like
(cond [ ............]
     [else (........ )])😫🤯

         
Condition function is always related to recursion functions, which I've heard is the most important part in CSC 148. Despite the difficulties, I think this function is interesting since it features two parts in its body and makes a lot of situations and conditions for the functions and recursions enable a lot of possibility in the program.  While it is hard to understand, I will manage some time and discuss this topic in TA office hour.

Comments

Popular posts from this blog

Computer Science Blog

CSC 104 Weekly discussion Week 5

CSC104 weekly discussion week 9