From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jamil egdemir Newsgroups: gmane.lisp.guile.user Subject: Re: guile analog of join in python for strings? Date: Sun, 14 Dec 2014 08:57:10 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1418565444 13143 80.91.229.3 (14 Dec 2014 13:57:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Dec 2014 13:57:24 +0000 (UTC) To: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Dec 14 14:57: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 1Y09fl-0004hY-BO for guile-user@m.gmane.org; Sun, 14 Dec 2014 14:57:21 +0100 Original-Received: from localhost ([::1]:36033 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y09fk-0008PK-UC for guile-user@m.gmane.org; Sun, 14 Dec 2014 08:57:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y09fc-0008PF-1n for guile-user@gnu.org; Sun, 14 Dec 2014 08:57:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y09fb-0000SW-8k for guile-user@gnu.org; Sun, 14 Dec 2014 08:57:11 -0500 Original-Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:56345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y09fb-0000SL-2G for guile-user@gnu.org; Sun, 14 Dec 2014 08:57:11 -0500 Original-Received: by mail-wi0-f177.google.com with SMTP id l15so6654981wiw.4 for ; Sun, 14 Dec 2014 05:57: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 :content-type; bh=imKk5ECiMD9W102+EGef4WH5AQU6/icsanG/TBmxodc=; b=zK7LEDPwADCBbJ8wkZ06p/XqEBlJ+/z9acVhsrpEF3Ok3/gXfeCBGSiGHJzO0LwWeV xVpCzgXss4nhc9qkVOOjRGOVmFn5mrGABIHU2ECuvzaygv0fd6cvNfAe22U8MsMQEWvt a7DcoT0csUVu6QgAafQEa7bfliZ7bjZpvgHAnFIEVL+wfSXRysGqg18sWoMAkTAfDV2c fmhIKfCJBZTVr9/Dd+91mRx4D3ISxtBCh5Zl3QMD0OKPZoUvDFnublcoemZZglJM6aEl Ns36v+ZexrjEa0sGAMynDH5Wod/b/5jPFplnHr7+tDmsbdQR3vtkxXcKzasuoCgQEWQw 5o2g== X-Received: by 10.180.91.109 with SMTP id cd13mr23426600wib.46.1418565430317; Sun, 14 Dec 2014 05:57:10 -0800 (PST) Original-Received: by 10.27.6.202 with HTTP; Sun, 14 Dec 2014 05:57:10 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::231 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:11670 Archived-At: Amirouche and Marko, Thank you for the pointer to string-join. I'm still trying to familiarize myself with the guile reference manual and I just seem to have missed it while scanning. > The pdf and ascii version have a procedure index at the end. I'll be sure to look this one over. Thanks again guys. -jamil