Dana Vrajitoru
C311 Programming Languages

C311 Homework 2

Due Date: Wednesday, January 25, 2023.

Note. The results of the entire homework should be kept in one Lisp file named hw2.el to be uploaded to Canvas.

Ex. 1 Variables in Lisp

Write a Lisp program and do the following:

Ex. 2 Function Definition

Implement the following functions in the same file, complete with short descriptions. Do not use loops for these functions (meaning, use recursion when needed), nor built-in functions that can solve the problem directly.

Evaluate all of these functions and show a few examples of testing them and comment out the results. Add a comment at the top with your name and homework number.

Upload to Canvas, Assignments, Homework 2, the file hw2.el.