Re: NCI and callback functions

2004-08-19 Thread Leopold Toetsch
Stephane Peiry wrote: [ segfaulting example ] g_signal_connect_object (G_OBJECT (button), "clicked", G_CALLBACK (hello), NULL, 0); Are you sure, that these two G_foo() aren't doing something with the function arguments? I've beautified the example a bit, segfaults

Re: A new language using Parrot: Span 0.1

2004-08-19 Thread Dan Sugalski
At 1:16 AM -0400 8/1/04, Matt Kennedy wrote: Hey, all. I'd like to announce the initial release of a new language which uses Parrot as its VM. Span is a dynamic, object oriented programming language. As I dig through old mail... This is really cool. I know some folks have noted some problems with

Re: A new language using Parrot: Span 0.1

2004-08-19 Thread Leopold Toetsch
Dan Sugalski wrote: If span can generate PIR that'll run on a base parrot interpreter, ... Currently custom opcodes and an all-in-one PMC, the object - IIRC. But ... ... I'd love to get some to check in as part of the test suite. ... that would be really great. I'm currently testing the increment

Re: A new language using Parrot: Span 0.1

2004-08-19 Thread Dan Sugalski
At 8:41 PM +0200 8/19/04, Leopold Toetsch wrote: Dan Sugalski wrote: If span can generate PIR that'll run on a base parrot interpreter, ... Currently custom opcodes and an all-in-one PMC, the object - IIRC. But ... ... I'd love to get some to check in as part of the test suite. ... that would be re