From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.user Subject: Functional language syntax Date: Wed, 22 Dec 2010 12:30:55 +0100 Message-ID: <5589DD89-265A-439B-B611-55D784AC6396@telia.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1293017471 6031 80.91.229.12 (22 Dec 2010 11:31:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Dec 2010 11:31:11 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Dec 22 12:31:06 2010 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 1PVMuP-0008Kz-Dt for guile-user@m.gmane.org; Wed, 22 Dec 2010 12:31:05 +0100 Original-Received: from localhost ([127.0.0.1]:47860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVMuO-0002B4-Nq for guile-user@m.gmane.org; Wed, 22 Dec 2010 06:31:04 -0500 Original-Received: from [140.186.70.92] (port=39431 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVMuL-0002Ao-47 for guile-user@gnu.org; Wed, 22 Dec 2010 06:31:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVMuJ-0006r9-AS for guile-user@gnu.org; Wed, 22 Dec 2010 06:31:00 -0500 Original-Received: from smtp-out21.han.skanova.net ([195.67.226.208]:45331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVMuJ-0006qi-5J for guile-user@gnu.org; Wed, 22 Dec 2010 06:30:59 -0500 Original-Received: from h131n2-fre-d2.ias.bredband.telia.com (78.72.157.131) by smtp-out21.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D075171003310EB for guile-user@gnu.org; Wed, 22 Dec 2010 12:30:56 +0100 X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:8329 Archived-At: I have put up the source code of the standard functional language syntax program on top of Guile mentioned in earlier posts. One can see that Guile already has a combined imperative/functional syntax, but to go further, it would need to be extended. Take down the file guile++.tar.bz2 inside the folder on the webpage below, unpack using 'tar -xjf'; inside there is a file Readme.txt with further instructions and examples. It is possible to pretty-print as Scheme code, so it should be easy to see what the program does. Hans https://www-lagring.telia.se/Shares/Home.aspx?ShareID=e195dec2-1c1a-42a1-851e-da47e674d91b