From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Newsgroups: gmane.lisp.guile.user Subject: base64 module Date: Tue, 30 Apr 2013 15:06:04 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1367359583 5147 80.91.229.3 (30 Apr 2013 22:06:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Apr 2013 22:06:23 +0000 (UTC) To: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed May 01 00:06:22 2013 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 1UXIgk-0001YS-KP for guile-user@m.gmane.org; Wed, 01 May 2013 00:06:18 +0200 Original-Received: from localhost ([::1]:43805 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXIgj-0006gO-VV for guile-user@m.gmane.org; Tue, 30 Apr 2013 18:06:17 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXIgb-0006fR-7n for guile-user@gnu.org; Tue, 30 Apr 2013 18:06:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXIgX-00042l-VT for guile-user@gnu.org; Tue, 30 Apr 2013 18:06:09 -0400 Original-Received: from mail-la0-x22c.google.com ([2a00:1450:4010:c03::22c]:43110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXIgX-00042g-NY for guile-user@gnu.org; Tue, 30 Apr 2013 18:06:05 -0400 Original-Received: by mail-la0-f44.google.com with SMTP id ed20so891118lab.31 for ; Tue, 30 Apr 2013 15:06:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=FaUvFpVX49p4xWysLwXniCK++fPKUzijJmDGSRTwFak=; b=WRupG09lsIIk1y3gZ2k5lmFPOXWglirgJcGY0dUHPqvDHn886uc+EPzCQBEXZhuS1d ctPIRBeCVgmBwVgsYQezPjSLVfSqSpu8l4Fn2HFflFjZ6aHEz+/p/n3hzAeuZoWpymRQ Sp07/wJ1NVXTUXbLTsgdCx2PKKhpK6M7wBLVhNgGMf/G8fkOI7VxBm0L0f+vK+uJJWRZ IvUjhGvFcH7PXkICo7O0Oq2a2+DEM2hcyVNNZn7HutMy+R7iPALaqxYgOF5jJC8Xiq5N aDBcCfsJJ+V/l3bUJ8exZMnnJ34Hf5j0+9VaSpwiH0g8gLXgK6sWoxKPaBxXelEzCf6q uVhQ== X-Received: by 10.112.147.1 with SMTP id tg1mr304847lbb.61.1367359564831; Tue, 30 Apr 2013 15:06:04 -0700 (PDT) Original-Received: by 10.114.175.100 with HTTP; Tue, 30 Apr 2013 15:06:04 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22c 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:10279 Archived-At: Hi, I've been copying a base64.scm file that comes with the tekuti blog in some of my projects. It seems to me that this should go somewhere else and I should not copy it over and over again. I think Nala Ginrut also uses it in his artanis web framework and probably others too. So, what would be the right place for this? guile-lib? A small new guile-base64 module now that there is guildhall? I think I already asked this to Andy a while ago, but I don't recall very well the answer. Thanks! Aleix