... Search Here ...

Store 75%
Sales
0
Refunds
0
Seller Offline
0 0
1.7 $
Visa MasterCard Mir
Loyalty discount! If the amount of your purchases from the seller komogen01 is more than:
😶 No Discount
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