Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

It's a LISP Programming problem please help me! I need to make reflect function! This is the question...... replace word by word in the list

It's a LISP Programming problem please help me!

I need to make reflect function!

This is the question......

replace word by word in the list using substitution list(shallow recursion)

(reflect '((I U)(U me)) '(I love U)) => (U love me)

(reflect '((ugly handsome)(is was)(fool genius))

'(Tom thinks he is a fool)) => (Tom thinks he was a genius)

Hint: build a function (reflect-atom x l)

if table = ((i u)(you me))

then

(reflect i table) = u

(reflect want table) = want

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Power Bi And Azure Integrating Cloud Analytics For Scalable Solutions

Authors: Kiet Huynh

1st Edition

B0CMHKB85L, 979-8868959943

More Books

Students also viewed these Databases questions

Question

Determine miller indices of plane A Z a/2 X a/2 a/2 Y

Answered: 1 week ago