From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lynn Winebarger Newsgroups: gmane.lisp.guile.devel Subject: Re: Smart variables, dumb variables Date: Thu, 15 Aug 2002 03:01:57 -0500 Sender: guile-devel-admin@gnu.org Message-ID: <02081503015719.05101@locke.free-expression.org> References: <87y9bajzfp.fsf@zagadka.ping.de> <871y91taen.fsf@zagadka.ping.de> <20020815080643.GA8225@www> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1029398711 24268 127.0.0.1 (15 Aug 2002 08:05:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 Aug 2002 08:05:11 +0000 (UTC) Cc: guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17fFcz-0006JJ-00 for ; Thu, 15 Aug 2002 10:05:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fFdv-0000uT-00; Thu, 15 Aug 2002 04:06:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17fFdP-0000q2-00 for guile-devel@gnu.org; Thu, 15 Aug 2002 04:05:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17fFdN-0000pd-00 for guile-devel@gnu.org; Thu, 15 Aug 2002 04:05:34 -0400 Original-Received: from rockridge.uits.indiana.edu ([129.79.1.74]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fFdN-0000pY-00 for guile-devel@gnu.org; Thu, 15 Aug 2002 04:05:33 -0400 Original-Received: from stjoseph.uits.indiana.edu (stjoseph.uits.indiana.edu [129.79.1.78]) by rockridge.uits.indiana.edu (8.12.1/8.12.1/IUPO) with ESMTP id g7F85Q1g018605; Thu, 15 Aug 2002 03:05:26 -0500 (EST) Original-Received: from locke.free-expression.org (dial-122-103.dial.indiana.edu [156.56.122.103]) by stjoseph.uits.indiana.edu (8.12.1/8.12.1/IUPO) with SMTP id g7F85N6I014265; Thu, 15 Aug 2002 03:05:24 -0500 (EST) Original-To: rm@fabula.de X-Mailer: KMail [version 1.2] In-Reply-To: <20020815080643.GA8225@www> Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1089 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1089 On Thursday 15 August 2002 03:06, rm@fabula.de wrote: > > In the presence of a generic method system (i.e. function dispatch on > the type signature of the arguments) this seems to be rather non-trivial, > or do you want to propose to make guile a strongly typed language ? Scheme is strongly typed. It's just not statically typed. Two different things. Lynn _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel