Changes between Version 26 and Version 27 of ModParrotHLLDocs

Show
Ignore:
Timestamp:
12/25/08 22:27:34 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotHLLDocs

    v26 v27  
    33== Overview == 
    44 
    5 This is the mod_parrot HLL module developer's guide.  The target audience is developers wishing to embed their language in Apache using mod_parrot.  The benefits of this are one-time compilation of scripts, a persistent execution environment, direct access to the Apache API, and the ability to write custom hooks in the embedded language.  Some languages can be self-hosted, meaning the code to implement mod_foo is written in the "foo" language. 
     5This is the mod_parrot HLL module developer's guide.  The target audience is developers wishing to embed their language in Apache using mod_parrot.  The benefits of this are one-time compilation of scripts, a persistent execution environment, direct access to the Apache API, and the ability to write custom hooks in the embedded language.  Some languages can even be self-hosted, meaning the code to implement mod_foo is written in the "foo" language. 
    66 
    77Most examples are taken from the PIR HLL module, with several from mod_perl6 to illustrate self-hosting.