http://www.perlmonks.org?node_id=1011328


in reply to poll ideas quest 2013

My next project will...

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Replies are listed 'Best First'.
Re^2: poll ideas quest 2013
by McA (Priest) on Mar 22, 2013 at 15:01 UTC

    There's one answer missing:

    • I'm using bare metal perl for generating python classes.

    ;-)

    Excuse me, it's Friday
    McA

      I once wrote PHP which generated ASP+VBScript code as output. These PHP scripts were run through the PHP command-line client (not Apache mod_php) which was called from a Perl script, triggered by cron.

      String escaping was... err... "fun".

      package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
Re^2: poll ideas quest 2013
by choroba (Cardinal) on Jan 02, 2013 at 22:57 UTC
Re^2: poll ideas quest 2013
by Arunbear (Prior) on Jan 03, 2013 at 10:44 UTC
    Why focus on just OO? What if the project uses some other kind of module (DBI or Dancer), or doesn't use OO at all?

    Perhaps what you're really asking is "What OO technology will you use in your next OO project"?

      Why focus on just OO? Because polls need a focus, and that is as good a focus as any other.

      Might as well ask why the current poll focuses on new year's resolutions and doesn't have any options for indicating your favourite Buffy character.

      perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
        I'm not disagreeing with the content/focus of your idea.
        Might as well ask why the current poll focuses on new year's resolutions and doesn't have any options for indicating your favourite Buffy character.
        The title shows its focus, which is not especially suggestive of Buffy characters, whereas your suggested title is ambiguous (e.g. see the replies to Re: poll ideas quest 2012).

      What does OO mean?