Subject: Re: Changes for proplib to reduce kernel bloat
To: None <tech-kern@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: tech-kern
Date: 05/11/2006 20:16:19
"Edward B. DREGER" <eddy+public+spam@noc.everquick.net> writes:

> GD> Date: Mon, 08 May 2006 19:40:04 -0700
> GD> From: Garrett D'Amore
>
> GD> Perhaps instead of XML we could use some binary "fixed format" kind
> GD> of representation.
>
> Or maybe something YAML-esque?

Or, as long as we're getting out the bikeshed paint buckets:

http://www.ietf.org/internet-drafts/draft-crockford-jsonorg-json-04.txt

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))