RFC: new module Language::MPI Message Parsing Interpreter



Mostly I'm looking for feedback on the module name. There are similar
modules withing the Language:: namespace, but there are also
completely unrelated modules in the same place. This module might
also fit into String:: or Text:: as the language implemented focuses
on text processing.

Opinions?

SYNOPSIS
Processor for the Message Parsing Interpreter text composition
language,
based on the MPI found in MU* online environments, adapted for
more
general semantics.

http://en.wikipedia.org/wiki/Message_Parsing_Interpreter

USAGE
use Language::MPI;
$node = new Language::MPI($noderef);
$node->setvar("varname", "varval");
$results = $node->parse("tick {set:varname,{time:}}
tock");
$val = $node->readvar("varname");
....
.



Relevant Pages

  • Re: trim(string) vs string.trim
    ... namespace is a part of the .net framework. ... proffesional programming language I don't know if that is still the same. ... Microsoft.VisualBasic namespace is in Net the same as the System.Net.Data ... a utility class and perform your trim there, even if you use the Trim ...
    (microsoft.public.dotnet.languages.vb)
  • Re: trim(string) vs string.trim
    ... programlanguages more books.The writters build have build around that their ... proffesional programming language I don't know if that is still the same. ... Microsoft.VisualBasic namespace is in Net the same as the System.Net.Data ... a utility class and perform your trim there, even if you use the Trim ...
    (microsoft.public.dotnet.languages.vb)
  • Re: the jargon lisp1 vs lisp2 [was: function aliasing]
    ... namespace" or "having a particular finite number of namespaces" is ... I somewhat agree, but human language tends to be a living thing, ... Mac-like or PC-like is, and consequently it's hard to know if Unix-like ... creative use of English itself, and I see no problem with that. ...
    (comp.lang.lisp)
  • Re: I really hate .NET especially inside Delphi
    ... The question answers itself - you can't preserve the implicit make ... Since all the tooling around the language is predicated on ... packages, maybe, just maybe a move to explicit make logic would work. ... I can put that class in the namespace it logically belongs in, ...
    (borland.public.delphi.non-technical)
  • Re: [PHP] javascript in or in ?
    ... Way up and way down are trends. ... I hardly consider list serv traffic an indicator of language ... To namespace or not to namespace, ... automatic references when assigning objects by value. ...
    (php.general)