Native binaries

2002-10-27 Thread Ramesh Ananthakrishnan
Is there any scheme on to run Native Binaries on Parrot. In a sort of sandbox. So that you can run cross platform binaries on it. Just a thought cheers, Ramesh __ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webh

strange behaviour of concat operator

2002-10-26 Thread Ramesh Ananthakrishnan
I have this code set S12 "" set I0 0 WHILE: concat S12 "hi" add I0 1 lt I0 10 WHILE print S12 ret Well S12 does not Concatenate. I tried it a million other times. If S12 is "" or " " or 0 it does not concatenate but just stores "hi" once. Right version of P

Crazy idea of Linux running in Parrot

2002-10-15 Thread Ramesh Ananthakrishnan
would be to write a library with which you compile. So that the resultant code is parrot code. I really don't know whether this is feasible. Err. really pinging the community on this. But my dream is to run Linux on Parrot. > > Thanks, > Bala. > Ramesh Ananthakrishnan <[

Re: Hi - Regarding JVM - parrot compatibility

2002-10-15 Thread Ramesh Ananthakrishnan
--- Karthik Kumar <[EMAIL PROTECTED]> wrote: > Hi Leon, > > --- Leon Brocard <[EMAIL PROTECTED]> wrote: > > Karthik Kumar sent the following bits through the > ether: > > > > > Can you please let me know if any work going on > relative to this or > > > any src code tree that you would me to loo

Re: Hi - Regarding JVM - parrot compatibility (Assembly to Parrot)

2002-10-14 Thread Ramesh Ananthakrishnan
well, that part exists. a proof of concept parrot to jvm translator stuff has already been done. As for full implementation well parrot's still er... changing. It's still being developed and so keeps changing pretty fast. I wouldn't go to translation at this time as it may be pretty hard to hit

[parrot] Bindings for other toolkits

2002-10-10 Thread Ramesh Ananthakrishnan
Hi, Most systems, have a variety of scripting languages to do stuff in. And almost all the time to make it work with another library you have to specifically port the other library to a specific interpreter. Which means you have separate binding for each language. gtk has separate bindings for pe

Networking and Parrot

2002-09-09 Thread Ramesh Ananthakrishnan
Is it possible to write networking code in Parrot? - Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes

Porting C to Parrot

2002-09-09 Thread Ramesh Ananthakrishnan
). It seems to me that lots of stuff already written in C could be brought to Parrot with the least of fuss. Yours, Ramesh Ananthakrishnan - Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes