From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Panicz Maciej Godek Newsgroups: gmane.lisp.guile.user Subject: Re: procedure-source availability Date: Sun, 30 Sep 2012 22:11:29 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1349035898 27134 80.91.229.3 (30 Sep 2012 20:11:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Sep 2012 20:11:38 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Sep 30 22:11:44 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TIPrc-0007b1-8e for guile-user@m.gmane.org; Sun, 30 Sep 2012 22:11:44 +0200 Original-Received: from localhost ([::1]:60836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIPrW-0005rb-O6 for guile-user@m.gmane.org; Sun, 30 Sep 2012 16:11:38 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIPrQ-0005rV-V4 for guile-user@gnu.org; Sun, 30 Sep 2012 16:11:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIPrP-000254-Ul for guile-user@gnu.org; Sun, 30 Sep 2012 16:11:32 -0400 Original-Received: from mail-lb0-f169.google.com ([209.85.217.169]:35587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIPrP-00024v-Lr for guile-user@gnu.org; Sun, 30 Sep 2012 16:11:31 -0400 Original-Received: by lbok6 with SMTP id k6so3673709lbo.0 for ; Sun, 30 Sep 2012 13:11:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zVOmy5MJVzh1sugW0DjW2/MCz30CHFy5vovvOTk7GGw=; b=zXLMCn7PKqH2bsEQ4es93TFtV99uds5f0RlUqpRoM2vwFXfe9VAjFBhFWS6t/A+koz itDI3TEQWrthJviUxmFEXxHA9VHf0F7Wa+RlGZLUVlb+DONU7JdVS2KhCsO0tZAW+VpA jzKRp5e1BuC9PtO56Hlu11AzEESky6tPI1eMOs3ydukTQR8b+YCt8dAsYg6ZAxMQiNPO Ju17hInsaqxHFsd9PyLa2s6koU+4/GNQQBkaxMoBsp776pazn3X836KBLZE9CCYXRIwe y0ifKUkZLv0kcfTWwcrXCbZtK8/upn+9ib0IP2ajqkLoZ+OX0S2EwF/BO2edBZmLiexu EZeg== Original-Received: by 10.152.47.79 with SMTP id b15mr10164469lan.57.1349035889822; Sun, 30 Sep 2012 13:11:29 -0700 (PDT) Original-Received: by 10.152.20.3 with HTTP; Sun, 30 Sep 2012 13:11:29 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.217.169 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9601 Archived-At: I've found a bug report on savannah, which noted the lack of ``procedure-source'' for guile 1.9.11 http://savannah.gnu.org/bugs/?30469 I wonder if any further decisions were made regarding the maintenance of ``procedure-source''. I would find it really useful for my application if the sexp containing the lambda expression that was used to generate the procedure was stored in it's property list, and I don't understand why this isn't currently done. (Is it because of the performance issues?) Best regards MG