Re: PL/pgSQL 2

Поиск
Список
Период
Сортировка
От Steven Lembark
Тема Re: PL/pgSQL 2
Дата
Msg-id 20141007124214.736d0ab6.lembark@wrkhors.com
обсуждение исходный текст
Ответ на Re: PL/pgSQL 2  (Joel Jacobson <joel@trustly.com>)
Ответы Re: PL/pgSQL 2
Список pgsql-hackers
On Mon, 1 Sep 2014 15:19:41 +0200
Joel Jacobson <joel@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
lembark@wrkhors.com                                      +1 888 359 3508



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: GIN pageinspect functions
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: GIN pageinspect functions