From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: MJ Ray Newsgroups: gmane.lisp.guile.user Subject: Re: Stupid module and pregexp questions Date: Thu, 24 Apr 2003 10:01:51 -0000 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1051178586 8167 80.91.224.249 (24 Apr 2003 10:03:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Apr 2003 10:03:06 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Apr 24 12:03:04 2003 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 198dZH-00027R-00 for ; Thu, 24 Apr 2003 12:03:03 +0200 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 198dYW-0005Wf-00 for guile-user@m.gmane.org; Thu, 24 Apr 2003 06:02:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 198dXZ-0005D8-00 for guile-user@gnu.org; Thu, 24 Apr 2003 06:01:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 198dXQ-0004l8-00 for guile-user@gnu.org; Thu, 24 Apr 2003 06:01:11 -0400 Original-Received: from colossus.systems.pipex.net ([62.241.160.73]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198dXN-0004bc-00 for guile-user@gnu.org; Thu, 24 Apr 2003 06:01:05 -0400 Original-Received: from bouncing.localnet (81-86-163-141.dsl.pipex.com [81.86.163.141]) by colossus.systems.pipex.net (Postfix) with ESMTP id DCAC01600048F for ; Thu, 24 Apr 2003 11:01:03 +0100 (BST) Original-Received: by bouncing.localnet (Postfix, from userid 9) id 6205F5BB81; Thu, 24 Apr 2003 11:01:51 +0100 (BST) Original-Received: from 127.0.0.1 by 127.0.0.1 with nntp; 24 Apr 2003 11:01:51 BST Original-To: guile-user@gnu.org User-Agent: slrn/0.9.7.4 (Linux) Original-NNTP-Posting-Host: 127.0.0.1 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:1820 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1820 Paul Jarc wrote: > I don't think so. But (load) can. You can also create a new module > with (make-module 1021 (list (resolve-interface '(guile)))) and load a > file into that module with read and eval. In a word: yuck. I'm trying to write a scheme program that supports a couple of implementations from largely the same portable source code, but it would be nice to use modules. It is very annoying for the code layout to be dictated by one language, or to have to use the symlink kludge. If anyone has tips about portable code, please share URLs ;-) -- MJR http://mjr.towers.org.uk/ IM: slef@jabber.at This is my home web site. This for Jabber Messaging. How's my writing? Let me know via any of my contact details. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user