Question: Write a lisp function that accepts a list as the input argument (the list is mixed up integers, decimals, characters and nested lists) and creates

Write a lisp function that accepts a list as the input argument (the list is mixed up integers, decimals, characters and nested lists) and creates a list including all the characters in the original list without any duplication. Sample program output is shown below: 1. '((z f) (b a 5 3.5) 6 (7) (a) c) (z fb ac) 2. '((n) 2 (6 h 7.8) (w f) (n) (c) n) -> (h wfcn)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
