From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.comp.gnu.guix.devel,gmane.lisp.guile.user Subject: Re: Using scheme-memcached with Guile Date: Fri, 28 Jul 2017 23:29:56 +0200 Message-ID: <87ziboi71n.fsf@gnu.org> References: <20170727191029.27b5e233@cbaines.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1501277418 9236 195.159.176.226 (28 Jul 2017 21:30:18 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 28 Jul 2017 21:30:18 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) Cc: guix-devel@gnu.org, guile-user@gnu.org To: Christopher Baines Original-X-From: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Fri Jul 28 23:30:12 2017 Return-path: Envelope-to: gcggd-guix-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbCpm-0001xe-Vu for gcggd-guix-devel@m.gmane.org; Fri, 28 Jul 2017 23:30:11 +0200 Original-Received: from localhost ([::1]:50185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbCpr-0008D5-AC for gcggd-guix-devel@m.gmane.org; Fri, 28 Jul 2017 17:30:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbCpe-0008Cs-8i for guix-devel@gnu.org; Fri, 28 Jul 2017 17:30:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbCpb-0001Tv-1a for guix-devel@gnu.org; Fri, 28 Jul 2017 17:30:02 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbCpa-0001Tp-Tx; Fri, 28 Jul 2017 17:29:58 -0400 Original-Received: from reverse-83.fdn.fr ([80.67.176.83]:52150 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dbCpa-0008FH-BU; Fri, 28 Jul 2017 17:29:58 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 10 Thermidor an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <20170727191029.27b5e233@cbaines.net> (Christopher Baines's message of "Thu, 27 Jul 2017 19:10:29 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Original-Sender: "Guix-devel" Xref: news.gmane.org gmane.comp.gnu.guix.devel:38765 gmane.lisp.guile.user:13993 Archived-At: Hi, Christopher Baines skribis: > I noticed recently that there is a scheme client for Memcached [1], I > was looking at how this can be used with Guile, with the intention of > packaging it for Guix. Ian Price can probably answer. :-) There=E2=80=99s also a memcached client in Andy=E2=80=99s Fibers, which mig= ht be of interest: https://github.com/wingo/fibers/wiki/Manual#Memcached HTH, Ludo=E2=80=99.