[perl #40377] [PATCH] C coda fix in parrot/examples

2006-09-20 Thread Paul Cochrane
# New Ticket Created by Paul Cochrane # Please include the string: [perl #40377] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40377 Hi, This patch adds the C emacs/vim coda to the C-language files under parrot

Re: cvs commit: parrot/examples/io http.imc

2003-10-31 Thread Melvin Smith
At 07:34 PM 10/31/2003 -0500, Josh Wilmes wrote: Very cute! However, i'm curious about the choice of interface. Having individual ops for something like a socket API seems rather peculiar to me. Why do we not have an object oriented interface on a socket class? (ditto for non-trivial file IO)

Parrot Examples

2003-01-13 Thread Joe Yates
Dear All, Could we add a 'Hello World.pasm' to 'parrot/examples/assembly'? Joe Yates

Re: Parrot Examples

2003-01-13 Thread Joseph Guhlin
World.pasm' to 'parrot/examples/assembly'? Joe Yates --Joseph Guhlin - http://www.josephguhlin.com/

Re: Parrot Examples

2003-01-13 Thread Dan Sugalski
... print Hello World\n end or there's the troublesome segfault... :) Joe Yates wrote: Dear All, Could we add a 'Hello World.pasm' to 'parrot/examples/assembly'? -- Dan --it's like this--- Dan

Re: Parrot Examples

2003-01-13 Thread Joseph Guhlin
' to 'parrot/examples/assembly'?

Re: Parrot Examples

2003-01-13 Thread Dan Sugalski
assembly though, it's been too long. helloworld.pasm: print Hello World!\n Well... print Hello World\n end or there's the troublesome segfault... :) Joe Yates wrote: Dear All, Could we add a 'Hello World.pasm' to 'parrot/examples/assembly

Re: Parrot Examples

2003-01-13 Thread Joseph Guhlin
Ah, very cool. I did not know that. insert obligatory monty python quotes here --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

parrot/examples/mops/mops.php

2001-12-31 Thread Sebastian Bergmann
In case you're interested (having Python, Ruby, ... around I thought you might be :-), here's a PHP version of the MOPS test. #!/usr/bin/php ?php # # mops.php # # A PHP implementation of the mops.pasm example program, # for speed comparisons. # # Copyright (C) 2001 The Parrot Team. All