http://qs321.pair.com?node_id=11117130


in reply to poll ideas quest 2020

Context: Re^2: Cor—An object system for the Perl core

# "new developers" not defined in $poll_inspiration my $new_developers = 'both rookie developers and "real developers" not using Perl'; our $goal = 'offer something compelling to ' . $new_developers; sub what_to_do { my $module = 'Best::OO::Implementation::Ever'; # Perl 5 module if( exists($reality{$module}) && meets_goal($goal, $module) ) { return $foo; } }

What is the value of $foo if we call what_to_do()?


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re: OOP and the Perl core
by perlfan (Vicar) on Jun 01, 2020 at 02:39 UTC