[cl-cookbook-contrib] [ cl-cookbook-Feature Requests-1372536 ] join
Brought to you by:
jthing
From: SourceForge.net <no...@so...> - 2005-12-03 22:13:11
|
Feature Requests item #1372536, was opened at 2005-12-03 17:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=1372536&group_id=46815 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: John Foerch (retroj) Assigned to: Nobody/Anonymous (nobody) Summary: join Initial Comment: Joining a list of strings around a given delimiter is trivial in Perl. Here is the recipe to do it in Common Lisp: (format nil "~{~A~^delimiter~}" (list 1 2 3)) This could appear in the chapter about string manipulation or if you have a chapter about format, it could go there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=1372536&group_id=46815 |