From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Klaus Schilling Newsgroups: gmane.lisp.guile.user Subject: metacircular evaluater with local environments Date: Thu, 17 Feb 2011 12:08:36 +0100 (CET) Message-ID: <20110217.120836.74750767.schilling.klaus@web.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297940951 26246 80.91.229.12 (17 Feb 2011 11:09:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 11:09:11 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Feb 17 12:09:07 2011 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.69) (envelope-from ) id 1Pq1jK-0004vH-Ko for guile-user@m.gmane.org; Thu, 17 Feb 2011 12:09:02 +0100 Original-Received: from localhost ([127.0.0.1]:36270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq1jJ-0006HU-TU for guile-user@m.gmane.org; Thu, 17 Feb 2011 06:09:01 -0500 Original-Received: from [140.186.70.92] (port=43487 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq1jE-0006HH-IE for guile-user@gnu.org; Thu, 17 Feb 2011 06:08:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pq1jA-0006ds-VZ for guile-user@gnu.org; Thu, 17 Feb 2011 06:08:55 -0500 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:53097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pq1jA-0006bq-OZ for guile-user@gnu.org; Thu, 17 Feb 2011 06:08:52 -0500 Original-Received: from smtp04.web.de ( [172.20.0.225]) by fmmailgate02.web.de (Postfix) with ESMTP id 4F8BC19835472 for ; Thu, 17 Feb 2011 12:07:18 +0100 (CET) Original-Received: from [91.66.162.158] (helo=localhost) by smtp04.web.de with asmtp (WEB.DE 4.110 #2) id 1Pq1he-0002Ru-00 for guile-user@gnu.org; Thu, 17 Feb 2011 12:07:18 +0100 X-Mailer: Mew version 3.3 on Emacs 21.4 / Mule 5.0 (SAKAKI) X-Sender: schilling.klaus@web.de X-Provags-ID: V01U2FsdGVkX18nOIwLAOUmEV6m3g06KIq58HXHCUWxuImOw3BJ Vn8tNGdYE8bsKNDRTMzJv2IOrZWHnW87csTLfE0QGQmEvSvgPR LGVKBEbY2vV+gEwau37w== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.227 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:8438 Archived-At: How does one implement a metacircular evaluator in Guile 2 with local environments and local-eval? Those got trashed. Klaus Schilling