Perl script to .so file

2004-07-14 Thread RaghavendraK 70574
Hi, Am a hardcore C++ guy and don;t know much abt the Perl. But one of my friend has proved that the fastest way to RAD is Perl. I need to know if we can convert a Perl script to a dynamic link library under unix only. regards ragha

Re: Perl script to .so file

2004-07-14 Thread Luke Palmer
RaghavendraK 70574 writes: > Hi, > > Am a hardcore C++ guy and don;t know much abt the Perl. But one of my > friend has proved that the fastest way to RAD is Perl. I need to know > if we can convert a Perl script to a dynamic link library under unix > only. I don't know what RAD is, but I know yo

pie-thon converter

2004-07-14 Thread Dan Sugalski
I'm putting the piethon conversion program up for folks to look at. Far from done, but tonight (hopefully) will be productive. http://www.sidhe.org/~dan/piethon/translator.pl -- Dan --it's like this--- Dan Sugals

semi-stack code

2004-07-14 Thread Dan Sugalski
Okay, here's a really, really evil idea. (And yes, bluntly, it's triggered by the pie-thon bytecode translator's needs) I need a stack, and one that's faster than our current stack which, while snappy for what it does, is still burdened by generality. I also need a stack that's generally not ve

Re: semi-stack code

2004-07-14 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > Okay, here's a really, really evil idea. (And yes, bluntly, it's > triggered by the pie-thon bytecode translator's needs) I need a > stack, Do you? I've converted all stack stuff at compile time, till now. I don't see the point, why this might not work for

Re: semi-stack code

2004-07-14 Thread Dan Sugalski
At 7:43 PM +0200 7/14/04, Leopold Toetsch wrote: Dan Sugalski <[EMAIL PROTECTED]> wrote: Okay, here's a really, really evil idea. (And yes, bluntly, it's triggered by the pie-thon bytecode translator's needs) I need a stack, Do you? I've converted all stack stuff at compile time, till now. I don

Re: semi-stack code

2004-07-14 Thread Leopold Toetsch
Dan Sugalski wrote: At 7:43 PM +0200 7/14/04, Leopold Toetsch wrote: Dan Sugalski <[EMAIL PROTECTED]> wrote: Okay, here's a really, really evil idea. (And yes, bluntly, it's triggered by the pie-thon bytecode translator's needs) I need a stack, Do you? I've converted all stack stuff at compile

Converter mark two

2004-07-14 Thread Dan Sugalski
Okay, so it's not done, but I put a new version up to be looked at. I'm taking Leo at his word on how the stack behaves, as I've not had time to look that closely at it to see myself. (Though by inspection it does still look like stack usage is pretty low, and is either 0 or 1 at labels (and on