Re: Implementing a new Scripting Language

Поиск
Список
Период
Сортировка
От Igal @ Lucee.org
Тема Re: Implementing a new Scripting Language
Дата
Msg-id 56A8F477.4060008@lucee.org
обсуждение исходный текст
Ответ на Re: Implementing a new Scripting Language  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Ответы Re: Implementing a new Scripting Language  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Re: Implementing a new Scripting Language  (Chapman Flack <chap@anastigmatix.net>)
Список pgsql-hackers
On 1/27/2016 8:40 AM, Vladimir Sitnikov wrote:
> Why do you want that at the database level?
> Do you have end-to-end scenario that benefits from using Lucee?
Lucee is very intuitive and powerful, so it's more for ease of use than 
anything, and to attract more Lucee users to use PostgreSQL (most of 
them use SQL Server or MySQL).

If the pl/v8 was easily ported to Windows then I probably wouldn't even 
try to add Lucee, but it seems to be quite difficult to compile the 
latest versions for Windows and it looks like the project is not 
maintained (for example, it uses an older version of V8 with no known 
intention to upgrade).

If I had more experience with C++ then I'd probably try to update V8, 
but so far my attempts have not been very fruitful.
>
>> I was wondering how difficult it would be to implement a Postgres extension that will act as a wrapper around it and
willallow to write functions in that language?
 
> Have you checked PL/Java?
That seems like a good place to start, thanks.  Are there also any docs 
about the subject?


Igal



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

Предыдущее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: Implementing a new Scripting Language
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why format() adds double quote?