passing parameters by reference
From: Tomasz Grobelny (grotk_at_poczta.onet.pl)
Date: 11/27/04
- Next message: Frank Buss: "Re: passing parameters by reference"
- Previous message: Emre Sevinc: "Re: How to comment (and uncomment) blocks in SLIME"
- Next in thread: Frank Buss: "Re: passing parameters by reference"
- Reply: Frank Buss: "Re: passing parameters by reference"
- Reply: Cameron MacKinnon: "Re: passing parameters by reference"
- Reply: Kenny Tilton: "Re: passing parameters by reference"
- Reply: Szymon: "Re: passing parameters by reference"
- Reply: Pascal Costanza: "Re: passing parameters by reference"
- Reply: Christopher C. Stacy: "Re: passing parameters by reference"
- Reply: Brian Downing: "Re: passing parameters by reference"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 27 Nov 2004 18:36:23 +0100
Is it possible to modify a(n associative) list (specificaly: add an element)
passed to a function as parameter (and how)? Equivalent construction in C
would be passing an argument by reference. I tried nsubstitute and it
modifies the list, delete properly deletes elements but I found no function
to add an element. I also tried using setf and setq but they seem to have
no effect (or operate on local copy). TIA
Tomasz Grobelny
- Next message: Frank Buss: "Re: passing parameters by reference"
- Previous message: Emre Sevinc: "Re: How to comment (and uncomment) blocks in SLIME"
- Next in thread: Frank Buss: "Re: passing parameters by reference"
- Reply: Frank Buss: "Re: passing parameters by reference"
- Reply: Cameron MacKinnon: "Re: passing parameters by reference"
- Reply: Kenny Tilton: "Re: passing parameters by reference"
- Reply: Szymon: "Re: passing parameters by reference"
- Reply: Pascal Costanza: "Re: passing parameters by reference"
- Reply: Christopher C. Stacy: "Re: passing parameters by reference"
- Reply: Brian Downing: "Re: passing parameters by reference"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|