From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Josef Wolf Newsgroups: gmane.lisp.guile.user Subject: Beginner question: where is defstruct? Date: Wed, 10 Oct 2007 11:14:14 +0200 Message-ID: <20071010091414.GB30746@raven.wolf.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1192008041 26049 80.91.229.12 (10 Oct 2007 09:20:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 09:20:41 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Oct 10 11:20:39 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IfXk0-0001oI-Ug for guile-user@m.gmane.org; Wed, 10 Oct 2007 11:20:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfXjv-0002Gc-5n for guile-user@m.gmane.org; Wed, 10 Oct 2007 05:20:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfXjq-0002GD-RP for guile-user@gnu.org; Wed, 10 Oct 2007 05:20:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfXjo-0002Fo-BK for guile-user@gnu.org; Wed, 10 Oct 2007 05:20:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfXjo-0002Fl-8F for guile-user@gnu.org; Wed, 10 Oct 2007 05:20:20 -0400 Original-Received: from quechua.inka.de ([193.197.184.2] helo=mail.inka.de) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IfXjn-0004x9-Tr for guile-user@gnu.org; Wed, 10 Oct 2007 05:20:20 -0400 Original-Received: from raven.inka.de (uucp@[127.0.0.1]) by mail.inka.de with uucp (rmailwrap 0.5) id 1IfXjj-0003Cu-G2; Wed, 10 Oct 2007 11:20:15 +0200 Original-Received: by raven.inka.de (Postfix, from userid 1000) id 40B243A63A; Wed, 10 Oct 2007 11:14:14 +0200 (CEST) Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Detected-Kernel: Linux 2.4-2.6 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: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6203 Archived-At: Hello, I am about to learn scheme by working through some tutorials. My first attempt is http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html, which is suggested from the schemers.org pages. Now I would like to use structures as described in http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-11.html but all I get from guile is ERROR: Unbound variable: defstruct In guile's info page, all I can find is chapter 22.5, but this seems to describe something much more general than what defstruct would do. BTW: this is guile 1.6.7 as it comes with suse linux 10.0 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user