From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: About sweet-expression Date: Tue, 13 Mar 2012 00:47:08 +0800 Message-ID: References: <87ipiixma5.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf307c9fa63dd48004bb0e7e4f X-Trace: dough.gmane.org 1331570865 25676 80.91.229.3 (12 Mar 2012 16:47:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Mar 2012 16:47:45 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 12 17:47:44 2012 Return-path: Envelope-to: guile-devel@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 1S78PQ-0000k3-8u for guile-devel@m.gmane.org; Mon, 12 Mar 2012 17:47:44 +0100 Original-Received: from localhost ([::1]:49464 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S78PP-0003nh-O1 for guile-devel@m.gmane.org; Mon, 12 Mar 2012 12:47:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S78PI-0003i7-Ct for guile-devel@gnu.org; Mon, 12 Mar 2012 12:47:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S78Ot-0005C7-M8 for guile-devel@gnu.org; Mon, 12 Mar 2012 12:47:35 -0400 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:49806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S78Ot-0005BV-Fc for guile-devel@gnu.org; Mon, 12 Mar 2012 12:47:11 -0400 Original-Received: by vcbfk14 with SMTP id fk14so5187776vcb.0 for ; Mon, 12 Mar 2012 09:47:08 -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=DW7dnW6Ij8iLhHvPEB6G11J6VDK0tlYtLEIFmZwpKd0=; b=yFttrea8ovGiBzBN9TjNO+iOhFRQHzTrd+wXLhSEGl6Z5kMp0k7wdqJqOEOaOkDg30 BHSINoE4rwfTo71jxbi0wpjEcMsZlDJvuby9mAAcY0pdnhGO7nv6j9uP+hyQ6FaaIGa/ DtsuEkFoMnSa64OjYnlYeT17jMsxeX6sft8uV8OqHmuQVmEELF0HnLzGwB129LYfX/ub EO2tJhHxNFYiGNsrrydhrsb4mcPfL/2GVUDWA69Tql76ZWixYh7VHpbHmlXbQRMJDyTS tYAC/CZaudPnLk9OwT1UOlrRHA9LFy3PaC/wdSKy+xg0iLYnIMYOGnAEsS++yZF/9jUJ D3lQ== Original-Received: by 10.52.96.70 with SMTP id dq6mr15227049vdb.124.1331570828760; Mon, 12 Mar 2012 09:47:08 -0700 (PDT) Original-Received: by 10.52.88.231 with HTTP; Mon, 12 Mar 2012 09:47:08 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.220.169 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:14085 Archived-At: --20cf307c9fa63dd48004bb0e7e4f Content-Type: text/plain; charset=UTF-8 Sorry for the slow updating. But I think this pretty thing could be written as leisure. I added 'nfx', so the complex infix rocks: {1 + 2 - 5 / 4 * 3 + expt(2 3)} ==> 13/2 Enjoy! --20cf307c9fa63dd48004bb0e7e4f Content-Type: text/html; charset=UTF-8
Sorry for the slow updating. But I think this pretty thing could be written as leisure.

I added 'nfx', so the complex infix rocks:
{1 + 2 - 5 / 4 * 3 + expt(2 3)} ==> 13/2

Enjoy!
--20cf307c9fa63dd48004bb0e7e4f--