Is there any way by which I can define functions my_list, my_cons, my_append which perform similar function as list, cons and append respectively?
Otherwise where can I find the implementation of these functions?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For my_list and my_append, the solutions are:
I’m probably wrong but I dont know any alternative method to make pairs, so an alternative to cons do not seems possible. Still, I’m quite new to the LISP world.