ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl6-internals
perl6-internals
[perl #23411] [PATCH] Add drafty ABSTRACT and OVERVIEW to docs/strings.pod
by mcharity@vendian.org (via RT) other posts by this author
Aug 19 2003 3:47PM messages near this date
Re: search_lex (again)... | Re: [perl #23411] [PATCH] Add drafty ABSTRACT and OVERVIEW to docs/strings.pod
# New Ticket Created by  mcharity@[...].org 
# Please include the string:  [perl #23411]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23411 > 



This patch creates ABSTRACT and OVERVIEW sections in docs/strings.pod.
The text is a zero-effort placeholder draft.
Its purpose is to capture the intent of Parrot Strings, which has
recently been a topic of discussion on the mailinglist.
It may or may not reflect the current code.
Shamelessly plagiarized from Larry, via Tim.

Specifically:

  =head1 ABSTRACT

  Parrot Strings are chunked international strings.

  =head1 OVERVIEW

  For various reasons, some of which relate to the sequence-of-integer
  abstraction, and some of which relate to "infinite" strings and arrays,
  Parrot Strings are represented by a list of chunks, where each chunk
  is a sequence of integers of the same size or representation,
  but different chunks can have different integer sizes or representations.
  The Parrot String API hides this from any module that wishes to work
  at the abstract string level.  In particular, it must hide this from
  the regex engine, which works on pure sequences in the abstract.

  So Parrot Strings are a wizzy internationalized equivalent of the
  old standard C library's string.h functions.



-- attachment  1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/63067/46437/ba7520/string_pod_abstract.patch


Attachments:
string_pod_abstract.patch

Thread:
mcharity@vendian.org (via RT)
chromatic
Nicholas Clark

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved