From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: How guile knows? Date: 09 Jan 2003 23:48:53 +0000 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: References: <20030109141923.GA23577@kolos.math.uni.lodz.pl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042157167 13178 80.91.224.249 (10 Jan 2003 00:06:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 10 Jan 2003 00:06:07 +0000 (UTC) Cc: guile-user@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 18WmgV-0003Pn-00 for ; Fri, 10 Jan 2003 01:06:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18WmaJ-0002ym-06 for guile-user@m.gmane.org; Thu, 09 Jan 2003 18:59:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18WmZy-0002yB-00 for guile-user@gnu.org; Thu, 09 Jan 2003 18:59:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18WmZn-0002sC-00 for guile-user@gnu.org; Thu, 09 Jan 2003 18:59:17 -0500 Original-Received: from mail.uklinux.net ([80.84.72.21] helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18WmQz-00011M-00 for guile-user@gnu.org; Thu, 09 Jan 2003 18:50:01 -0500 Original-Received: from laruns.ossau.uklinux.net (bts-0113.dialup.zetnet.co.uk [194.247.48.113]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id h09NnwV30300; Thu, 9 Jan 2003 23:49:59 GMT Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (localhost [127.0.0.1])ESMTP id DE30EDC4D3; Thu, 9 Jan 2003 23:48:53 +0000 (GMT) Original-To: bajcik@kolos.math.uni.lodz.pl (Krzysztof Garus) In-Reply-To: <20030109141923.GA23577@kolos.math.uni.lodz.pl> Original-Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: General Guile related discussions List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:1516 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1516 >>>>> "Krzysztof" == Krzysztof Garus writes: Krzysztof> hello, I can define a variable in one script (passed to Krzysztof> gh_parse_string()), and use in another. How guile knows Krzysztof> I'll use it in future? Does it keep all variables Krzysztof> forever? (hoping I'm right this time ...) Yes. Variables belong to modules, and I don't believe there's any way of unmaking a module. (If you think your definitions are nothing to do with modules, they're actually going into the module called (guile-user).) Neil _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user