From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thamer Al-Harbash Newsgroups: gmane.lisp.guile.devel Subject: records as s-expressions Date: Wed, 17 Sep 2003 22:07:52 -0400 (EDT) Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1063851020 11711 80.91.224.253 (18 Sep 2003 02:10:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2003 02:10:20 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 18 04:10:18 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19zoFO-0004jb-00 for ; Thu, 18 Sep 2003 04:10:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19zoDr-0005Md-Ah for guile-devel@m.gmane.org; Wed, 17 Sep 2003 22:08:43 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19zoDX-0005KF-0S for guile-devel@gnu.org; Wed, 17 Sep 2003 22:08:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19zoCs-00048o-UC for guile-devel@gnu.org; Wed, 17 Sep 2003 22:08:14 -0400 Original-Received: from [216.254.175.50] (helo=helena.whitefang.com) by monty-python.gnu.org with smtp (Exim 4.22) id 19zoCn-0003sY-FL for guile-devel@gnu.org; Wed, 17 Sep 2003 22:07:37 -0400 Original-Received: (qmail 18987 invoked from network); 18 Sep 2003 02:07:52 -0000 Original-Received: from helena.whitefang.com (216.254.175.50) by 0 with SMTP; 18 Sep 2003 02:07:52 -0000 X-X-Sender: shadows@helena.whitefang.com Original-To: guile-devel@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2806 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2806 Would there be any interest in accepting a patch which makes records print out as s-expressions so they are more easily serialized? I ask because vectors are great to dump to a file and then just load and evaluate. I'd like to do the same with my records but cannot since records don't keep any type information when they are written out and the interpreter does not recognize: # Would this break any standards or cause backward compatibility problems? -- Thamer Al-Harbash GPG Key fingerprint: D7F3 1E3B F329 8DD5 FAE3 03B1 A663 E359 D686 AA1F "HLAGHLHALUAG (KTHANX)" _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel