Thread: high level specs on PL ?
Was just reading list about PL/Python. I checked the manual -- creating new procedure languages out of the scope of this manual ... Where to find high level specs on what is/isn't needed to make a new procedural language? Attempting to look over pltcl.c made my one eyeball hurt really bad. With JNI I don't see why PL/Java would be an unreasonable undertaking and sure-fire way to "Make Friends And Influence People". Or maybe someone's already done this. GWJ
George Johnson writes: > Where to find high level specs on what is/isn't needed to make a new > procedural language? The CREATE LANGUAGE reference page contains some pointers. > With JNI I don't see why PL/Java would be an unreasonable undertaking and > sure-fire way to "Make Friends And Influence People". Theoretically yes, but with current Java implementations it's a very frustrating experience. -- Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/
> George Johnson writes: > > > Where to find high level specs on what is/isn't needed to make a new > > procedural language? > > The CREATE LANGUAGE reference page contains some pointers. > > > With JNI I don't see why PL/Java would be an unreasonable undertaking and > > sure-fire way to "Make Friends And Influence People". > > Theoretically yes, but with current Java implementations it's a very > frustrating experience. Its on the TODO list: * Allow Java server-side programming and I agree Java isn't stable enough yet. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026