|
Subject: Keyword arguments... From: Norman Walsh <ndw@xxxxxxxxxx> Date: Thu, 6 Aug 1998 10:45:07 -0400 |
Is it the case, as it appears to be, that in user-defined
functions with keyword arguments, the keyword arguments must
always appear last?
I'd like to define a function, "make-element", so that it could
be used just like the sgml backend's "make element" function.
(make-element gi: "foo" attributes: '() some-sosofo)
But it seems I'm stuck with either
(make-element some-sosofo gi: "foo" attributes: '())
or
(make-element gi: "foo" attributes: '() sosofo: some-sosofo)
Is that the case, or am I overlooking something?
Cheers,
norm
--
Norman Walsh <ndw@xxxxxxxxxx> | Whatever you do may seem
http://nwalsh.com/ | insignificant, but it is most
| important that you do it.--Ghandi
DSSSList info and archive: http://www.mulberrytech.com/dsssl/dssslist
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Archive changeover, DSSSList Owner | Thread | Keyword arguments..., Alexander Taranov |
| Re: formatting-instruction and jade, Toby Speight | Date | Keyword arguments..., Alexander Taranov |
| Month |