Re: Arbitrary nested config data. Lisp > YAML?
- From: Tin Gherdanarra <tinman31337@xxxxxxxxx>
- Date: Thu, 29 Dec 2005 22:28:28 +0100
Frank Buss wrote:
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
Aha! If that's all there is to it... Thanks! Amazing!
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#)))
Tip of the propellor hat Tin .
- References:
- Arbitrary nested config data. Lisp > YAML?
- From: Tin Gherdanarra
- Re: Arbitrary nested config data. Lisp > YAML?
- From: Frank Buss
- Arbitrary nested config data. Lisp > YAML?
- Prev by Date: Re: type systems as libraries
- Next by Date: Quick question: eval and read-from-string scoping
- Previous by thread: Re: Arbitrary nested config data. Lisp > YAML?
- Next by thread: type systems as libraries
- Index(es):