From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Some guile-unify activities Date: Sun, 08 May 2011 17:52:50 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1304869995 10634 80.91.229.12 (8 May 2011 15:53:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 May 2011 15:53:15 +0000 (UTC) Cc: guile-devel To: Stefan Israelsson Tampe Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun May 08 17:53:05 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QJ6I3-0006NR-JS for guile-devel@m.gmane.org; Sun, 08 May 2011 17:53:03 +0200 Original-Received: from localhost ([::1]:35410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJ6I2-0001uy-6b for guile-devel@m.gmane.org; Sun, 08 May 2011 11:53:02 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJ6Hz-0001tr-Hb for guile-devel@gnu.org; Sun, 08 May 2011 11:53:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJ6Hy-0004Hi-Ae for guile-devel@gnu.org; Sun, 08 May 2011 11:52:59 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:61296 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJ6Hy-0004HI-5j for guile-devel@gnu.org; Sun, 08 May 2011 11:52:58 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 3B2C1476B; Sun, 8 May 2011 11:55:02 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=2pLccpuEfMe1YITTrDMDXFQ7eBw=; b=CTdF6h HOszoQfmAgw9IwaRiAyqqmwGzKvNPFJfjnZlFWPOtFN9ZONtrtqu1s5y8HaBpTE3 M5NHIDfkNTQ4pa6iBpsKgYmreJFKs9Jqg27+5hn9Lrqt0fLG5L24gocGXpdnfgh0 vQUCkRAfQT3665VdEnEi0pXPkKNKXum3xxHAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=d3oeF6+bxg7HB3ttdxh3Ii3k7NLEJLEd IpkCxw/hJbkeFzu8F6/JPeVMojItlyOWrAkfC95jICX1BwcZpHX+tezl2sN5ejne GW54QNTXDJo16aAxHsd/XpEIx707HNtqHVoRNjDYf7JFWH3bYRMWl7oDrWCFhjLf jkMsmXXI2SM= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id EDAF54768; Sun, 8 May 2011 11:55:00 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 543AB4766; Sun, 8 May 2011 11:54:59 -0400 (EDT) In-Reply-To: (Stefan Israelsson Tampe's message of "Fri, 6 May 2011 23:18:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 87E918A8-798B-11E0-94A6-90BEB0B5FC3A-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12462 Archived-At: Hi Stefan, Thanks for this mail, it's interesting. On Fri 06 May 2011 23:18, Stefan Israelsson Tampe writes: > It would be good if there was a standard way to enter type information > in guile and if that information could be hooked into the tree-il > representation. But until then I will just use a simple macro > framework to enter typed functions. Agreed, that this would be good. Something to think about for 2.2. Happy hacking, Andy -- http://wingolog.org/