From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joerg Anders Newsgroups: gmane.lisp.guile.user Subject: structures Date: Thu, 14 Oct 2004 09:17:34 +0200 (MEST) Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1097738358 6417 80.91.229.6 (14 Oct 2004 07:19:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Oct 2004 07:19:18 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Oct 14 09:19:09 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CHztE-0004uG-00 for ; Thu, 14 Oct 2004 09:19:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CI00J-0006wU-Jg for guile-user@m.gmane.org; Thu, 14 Oct 2004 03:26:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CHzzy-0006oT-Pj for guile-user@gnu.org; Thu, 14 Oct 2004 03:26:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CHzzx-0006o1-Qd for guile-user@gnu.org; Thu, 14 Oct 2004 03:26:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHzzx-0006nj-KL for guile-user@gnu.org; Thu, 14 Oct 2004 03:26:05 -0400 Original-Received: from [134.109.132.2] (helo=john.hrz.tu-chemnitz.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CHzrk-0005Wq-7v for guile-user@gnu.org; Thu, 14 Oct 2004 03:17:36 -0400 Original-Received: from hedwig.hrz.tu-chemnitz.de ([134.109.132.173] helo=mailbox.hrz.tu-chemnitz.de) by john.hrz.tu-chemnitz.de with esmtp (Exim 4.41) id 1CHzrj-0005Gk-2O for guile-user@gnu.org; Thu, 14 Oct 2004 09:17:35 +0200 Original-Received: from wicht.informatik.tu-chemnitz.de ([134.109.192.216]) by mailbox.hrz.tu-chemnitz.de with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1CHzri-0006UA-W9 for guile-user@gnu.org; Thu, 14 Oct 2004 09:17:35 +0200 Original-To: guile-user@gnu.org X-Scan-Signature: 8e6f1e4ce138294a44c0e5f7c63fff85 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3561 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3561 Hi all! I'm a LISP, SCHEME and GUILE newbie. I try to study Artificial Intelligence. My problem is: Most published examples use the (define-struct ...) function to create und use structures. I already searched the GUILE mailing list archive and found (define-struct ...) seems to be no SCHEME standard statement.(?) Is that really true? Or can I load some module with syntax extentions? If not: What is a good substitute for (define-struct ...) ? -- J.Anders, Chemnitz, GERMANY (ja@informatik.tu-chemnitz.de) _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user