unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: rm@fabula.de
Cc: guile-devel@gnu.org
Subject: Re: make an element last element of a list
Date: Wed, 22 Oct 2003 12:40:31 +0200	[thread overview]
Message-ID: <20031022104031.GA22986@www> (raw)
In-Reply-To: <20031022102254.GA23380@www>

> >  (define my-lst (list 1 2 3 4))
> >  (define new-last (list 5))
> >  (set-cdr! (last my-lst) new-last)
                ^^^^
Sorry, typo, should be (last-pair ....)

 RalfD

> ...but you don't want to do this if the lists grow too large.
> Keeping track of the last cons cell resp. maintaining a
> reversed list (and reversing it once at the end, if ever
> necessary) as another poster suggested is more efficient.
> For short lists the solution is short and sweet, though.
> 
> Don't hesitate to ask if you need examples.
> 
> Cheers
> -- tomas
> 
> 
> _______________________________________________
> Guile-devel mailing list
> Guile-devel@gnu.org
> http://mail.gnu.org/mailman/listinfo/guile-devel


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


      reply	other threads:[~2003-10-22 10:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-21 15:08 make an element last element of a list Laurent Marzullo
2003-10-21 15:42 ` Stephen Compall
2003-10-21 15:50 ` rm
2003-10-22 10:22   ` tomas
2003-10-22 10:40     ` rm [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031022104031.GA22986@www \
    --to=rm@fabula.de \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).