The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.lisp
From: "WJ" <w_a_x_...@yahoo.com>
Date: 17 Oct 2012 10:42:26 GMT
Local: Wed, Oct 17 2012 6:42 am
Subject: Re: Trying to make my own reverse function
Pascal J. Bourguignon wrote:
Racket:
> Otherwise, when processing lists, one may prefer to use list operators > instead of cons operators: > list-level cons-level
> (defun recursive-reverse (list)
(define (rev xs [accum '()])
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||