The assignment was to implement equalsimple whch compares two simple lists, equalgeneral which compares two general lists, count which counts the elements in a simple list, and countgeneral which counts all the elements in a general array. A simple array does not have other arrays in it, like '(1 2 3), and a general array may have arrays inside, like '(1 (2 3)).
SourceBack to Complang Main