Stack Based Language

2004-07-28 Thread RaghavendraK 70574
Hi, What do we mean by Stack Based VM and Register based VM? Because all the modern CPU are Register based. Regster Based: Each Instruction will have to carry a destination along with the operands. Stack Based: Instruction is free of operands meaining operands are saved in the stack. One More Q

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