From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.devel Subject: primitive-load returning result of last evaluation? Date: 09 Apr 2002 12:36:35 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87pu196tvw.fsf@alice.rhinosaur.lan> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1018348782 912 127.0.0.1 (9 Apr 2002 10:39:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 9 Apr 2002 10:39:42 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16ut2M-0000EU-00 for ; Tue, 09 Apr 2002 12:39:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ut27-0002bu-00; Tue, 09 Apr 2002 06:39:27 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16usz1-0002Rp-00 for ; Tue, 09 Apr 2002 06:36:15 -0400 Original-Received: (qmail 771 invoked by uid 0); 9 Apr 2002 10:36:14 -0000 Original-Received: from m170p001.adsl.highway.telekom.at (HELO alice.rhinosaur.lan) (62.47.189.33) by mail.gmx.net (mp006-rz3) with SMTP; 9 Apr 2002 10:36:14 -0000 Original-Received: from andy by alice.rhinosaur.lan with local (Exim 3.35 #1 (Debian)) id 16uszL-0001H1-00 for ; Tue, 09 Apr 2002 12:36:35 +0200 Original-To: guile-devel@gnu.org Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.8 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:340 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:340 Hi! I wonder if it were possible to provide a primitive-load that returns the result of the last expression evaluated. It would require just a few-line-change in libguile/load.c and I guess it wouldn't break too much since primitive-load returns SCM_UNSPECIFIED right now and one can assume its return value isn't used (yet). Regards, Andy -- Andreas Rottmann | Dru@ICQ | 118634484@ICQ | a.rottmann@gmx.at http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc Fingerprint | DFB4 4EB4 78A4 5EEE 6219 F228 F92F CFC5 01FD 5B62 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel