Subject | RE: [Firebird-Architect] Suggestion about variable declaration |
---|---|
Author | Claudio Valderrama C. |
Post date | 2005-10-28T08:16:37Z |
> -----Original Message-----I guess you don't know FreePascal compiler.
> From: Firebird-Architect@yahoogroups.com
> [mailto:Firebird-Architect@yahoogroups.com]On Behalf Of Jim Starkey
>
> That said, the current language is a Pascal derivative, certainly
> because Borland flogged Pascal compilers. And while Pascal was once a
> common pedagogical language, my understanding is that it has been
> universally supplanted by Java. As Borland withers and dies, so most
> likely will Pascal.
Borland took Pascal but it has no ownership, so whether the language
disappears or not is not tied to Borland fate.
> If we're going to be playing with trigger and procedure languages,Why? It's the syntax in these languages.
> doesn't it make more sense to use C/C++/Java style declarations:
>
> <type> <variable> [, <variable>] ;
>
> rather than
>
> declare <variable> [, <variable] <type>
If you want to write Java or C++, make interfaces to write stored procedures
in those languages or write an alternative built-in PSQL language with
totally different syntax. I find better to select between A and B than to
produce a mixture of both.
As Dalton Calford once wrote, almost anything can be expressed with the
current, "limited" built-in PSQL.
C.