On Mon, 1 Sep 2014 15:19:41 +0200 Joel Jacobson <j...@trustly.com> wrote:
> The fatal problems with Python3 and Perl6 was the inability to mix > code between Python2/3 and Perl5/6. > We don't have that problem with pl-languages in postgres, so please > don't make that comparison, as it's incorrect. Actually Perl6 can include Perl5 code allows you to "use v5.6" or "use v6.0" to regulate how the code in any one block is compiled w/in the program. Even Perl 5 allows mixing blocks/modules with different version syntax w/in the same compiler. The mistake Python made was not allowing the Python 3 compiler to gracefully handle Pythin 2 input. -- Steven Lembark 3646 Flora Pl Workhorse Computing St Louis, MO 63110 lemb...@wrkhors.com +1 888 359 3508 -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers