Re: Parrot Examples

2003-01-13 Thread Joseph Guhlin
Ah, very cool. I did not know that. --Joseph http://www.josephguhlin.com/ Dan Sugalski wrote: Yep, I'm sure. Without the end, parrot just falls off the end of the world. If that happens to be into memory filled with nulls, you're fine, otherwise Nasty Things may happen.

Re: Parrot Examples

2003-01-13 Thread Dan Sugalski
At 12:47 PM -0600 1/13/03, Joseph Guhlin wrote: Are you sure? I did it on mine and there was no segfault. My CVS copy is from yesterday or the day before I think. I used the assemble.pl and then called it helloworld.pbc and ran it with the parrot executable. I'm still new to parrot and want to

Re: Parrot Examples

2003-01-13 Thread Joseph Guhlin
Are you sure? I did it on mine and there was no segfault. My CVS copy is from yesterday or the day before I think. I used the assemble.pl and then called it helloworld.pbc and ran it with the parrot executable. I'm still new to parrot and want to help out, but there is alot of stuff for me to u

Re: Parrot Examples

2003-01-13 Thread Dan Sugalski
At 10:35 AM -0600 1/13/03, Joseph Guhlin wrote: Too simple.. There is some good documentation though and the examples, while a bit too complex at first can be understood after ahile. I hate having to relearn assembly though, it's been too long. helloworld.pasm: print "Hello World!\n" Well...

Re: Parrot Examples

2003-01-13 Thread Joseph Guhlin
Too simple.. There is some good documentation though and the examples, while a bit too complex at first can be understood after ahile. I hate having to relearn assembly though, it's been too long. helloworld.pasm: print "Hello World!\n" Joe Yates wrote: Dear All, Could we add a 'Hello World