Laboratory work in Lisp

Sold 0
Refunds 0
Good feedbacks 0
Bad feedbacks 0

Lab solution.
The purpose of the work is an initial introduction to the Lisp system and the device of the virtual Lisp machine.
Instructions. It is necessary to carry out the task using only the functions CAR, CDR and CONS.
Given the list ((A B (C)) (D (E) (K L M))) get:
1. element E
2. element K
3. element M
4. list (C)
5. list (A B C D)
6. list (K A C)
Lab is made in Lisp