From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] gzochi project development release 0.5 Date: Wed, 15 Jan 2014 14:22:09 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1389813735 17721 80.91.229.3 (15 Jan 2014 19:22:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jan 2014 19:22:15 +0000 (UTC) Cc: Guile Users To: "Thompson, David" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jan 15 20:22:21 2014 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 1W3W2f-0006Bk-6C for guile-user@m.gmane.org; Wed, 15 Jan 2014 20:22:21 +0100 Original-Received: from localhost ([::1]:56812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3W2e-0008Mg-Kd for guile-user@m.gmane.org; Wed, 15 Jan 2014 14:22:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3W2W-0008MN-LJ for guile-user@gnu.org; Wed, 15 Jan 2014 14:22:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3W2V-0000yt-8d for guile-user@gnu.org; Wed, 15 Jan 2014 14:22:12 -0500 Original-Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:44002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3W2V-0000yl-15 for guile-user@gnu.org; Wed, 15 Jan 2014 14:22:11 -0500 Original-Received: by mail-pa0-f45.google.com with SMTP id ld10so1556497pab.18 for ; Wed, 15 Jan 2014 11:22:10 -0800 (PST) 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 :cc:content-type:content-transfer-encoding; bh=GaZVhWlBkTvt8aGybLq+MYcDakbQBoNeXgZ4+Hjqo5c=; b=jNtDHpJZ7AtEKKMZRTrHII9tJ1N7bUwdsAo/gNT1MmKRysu70zFT9qLVmDM5QrwD3C 31z8G4iS5x3KYLKuP6/kRbtdl7MUYGu6rQnbcNbVnMgSowYLendbu1EocjfcXhBu/JrW 6YbIP/BUMQXFN5fdU9K+uEhlCdfjciIymS/VaijbP3aHmUpIsZfa1zjbz/kbEmQ4JUfE oTNMEW1lADY0P9jcdukJsnxDtzzSQ5V8/yBvCOmV1yCBFgdRBrvEd3mkyNgqsYQL/T5w +jKSlzb31adNvMPVs3iLuTDmChk6a70e800+52fpDcQVYX6wiR+3N2HcQ4wDZ4KS7dvf WVPw== X-Received: by 10.68.219.168 with SMTP id pp8mr4759366pbc.51.1389813730007; Wed, 15 Jan 2014 11:22:10 -0800 (PST) Original-Received: by 10.70.18.98 with HTTP; Wed, 15 Jan 2014 11:22:09 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22d 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:11011 Archived-At: > I perused the examples directory. Wasn't expecting so much C. ;) Yeah, that'd be the clients =96 the server side of these applications is all Scheme. This is going to sound crazy, but it hadn't occurred to me to provide a reference client in Scheme. I'll be sure to add one in the next release!