unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: guile-user@gnu.org, guix-devel@gnu.org
Subject: Using scheme-memcached with Guile
Date: Thu, 27 Jul 2017 19:10:29 +0100	[thread overview]
Message-ID: <20170727191029.27b5e233@cbaines.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]

Hey,

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.

I've figured one was of getting access through Guile, which is to run
Guile with -x .sls, e.g.

→ GUILE_LOAD_PATH="." guile -x .sls
GNU Guile 2.2.2
Copyright (C) 1995-2017 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> (use-modules (memcached))
scheme@(guile-user)>


However, I also notice that there is a wrapper module for guile in the
repository, in the guile-pretty branch [2].

Does anyone have any advice on how to go about using and packaging
scheme-memcached with Guile?

Thanks,

Chris

1: https://github.com/ijp/scheme-memcached
2:
https://github.com/ijp/scheme-memcached/blob/209fd371a2a7b171cd5c6760dfc51a4796298b66/guile.scm

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

             reply	other threads:[~2017-07-27 18:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-27 18:10 Christopher Baines [this message]
2017-07-28 21:29 ` Using scheme-memcached with Guile Ludovic Courtès
2017-07-29 18:14   ` Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170727191029.27b5e233@cbaines.net \
    --to=mail@cbaines.net \
    --cc=guile-user@gnu.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).