Re: [perl #44345] [PATCH] Add NQP to docs/glossary.pod

2007-08-03 Thread Colin Kuskie
The attached patch adds NQP to the glossary in the docs directory. 
  

The attached, corrected patch gives the correct definition
for NQP.

Colin   
Index: docs/glossary.pod
===
--- docs/glossary.pod   (revision 20449)
+++ docs/glossary.pod   (working copy)
@@ -221,6 +221,12 @@
 
 Acronym for Native Call Interface.
 
+=head2 NQP
+
+Acronym for Not Quite Perl (6).  NQP is designed to be a very small compiler 
for
+quickly generating PIR routines to create transformers for Parrot (especially
+HLL compilers).
+
 =head2 Packfile
 
 Another name for a PBC file, due to the names used for data structures in one



Re: [perl #44345] [PATCH] Add NQP to docs/glossary.pod

2007-08-02 Thread Larry Wall
: +Acronym for Native Quite Perl (6).  NQP is designed to be a very small 
compiler for

s/Native/Not/

Larry


[perl #44345] [PATCH] Add NQP to docs/glossary.pod

2007-08-02 Thread via RT
# New Ticket Created by  Colin Kuskie 
# Please include the string:  [perl #44345]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44345 


The attached patch adds NQP to the glossary in the docs directory.  
 
Index: docs/glossary.pod
===
--- docs/glossary.pod   (revision 20431)
+++ docs/glossary.pod   (working copy)
@@ -221,6 +221,12 @@
 
 Acronym for Native Call Interface.
 
+=head2 NQP
+
+Acronym for Native Quite Perl (6).  NQP is designed to be a very small 
compiler for
+quickly generating PIR routines to create transformers for Parrot (especially
+HLL compilers).
+
 =head2 Packfile
 
 Another name for a PBC file, due to the names used for data structures in one