Re: Arbitrary nested config data. Lisp > YAML?
- From: Frank Buss <fb@xxxxxxxxxxxxx>
- Date: Thu, 29 Dec 2005 22:06:10 +0100
Tin Gherdanarra wrote:
> http://www.angelfire.com/punk/storyofq/storyofq.html
| rplaca blows up the stack if I do the following
CL-USER > (setf *print-circle* t)
T
CL-USER > (defparameter mydict '((a 1) (b 2) (c 3) (__parent__ nil)))
MYDICT
CL-USER > (rplaca (cdr (assoc '__parent__ mydict)) mydict)
#1=(((A 1) (B 2) (C 3) (__PARENT__ . #1#)))
--
Frank Buß, fb@xxxxxxxxxxxxx
http://www.frank-buss.de, http://www.it4-systems.de
.
- Follow-Ups:
- Re: Arbitrary nested config data. Lisp > YAML?
- From: Tin Gherdanarra
- Re: Arbitrary nested config data. Lisp > YAML?
- References:
- Arbitrary nested config data. Lisp > YAML?
- From: Tin Gherdanarra
- Arbitrary nested config data. Lisp > YAML?
- Prev by Date: Re: type systems as libraries
- Next by Date: Re: type systems as libraries
- Previous by thread: Arbitrary nested config data. Lisp > YAML?
- Next by thread: Re: Arbitrary nested config data. Lisp > YAML?
- Index(es):
Relevant Pages
|