From: Jon Boone
Subject: Re: LISP PROGRAMMING
Date: 
Message-ID: <m34qkv654b.fsf@spiritus.delamancha.org>
·············@gmail.com (sharda mishra) writes:

> Hello every one
>
> PLEASE help me  writing the following program in LISP language
> ;-
>
> Write a LISP function ODD-REVERSE  which reverses the elements
> occuring at odd numbered position but keeps the elements at even
> numbered position in their given position.
>
> for example:-
>
> ODD-REVERSE  '(5 7 (6 4 )3 12 (2 1) 9)) returns the list
>
> (9 7  12  3 (6 4) (2 1) 5)


  what help do you need on your homework assignment?

--jon