Re: cygwin link failure

2004-01-16 Thread Seiler Thomas
Hi First of all, yet_another_shy_lurker++; > On cygwin, the final link fails with the following error:- > > gcc -o parrot.exe -s -L/usr/local/lib -g imcc/main.o > blib/lib/libparrot.a -lcrypt > blib/lib/libparrot.a(io_unix.o)(.text+0x87e): In function > `PIO_sockaddr_in': /home/Jonathan/parrot_

Re: Control flow variables

2003-11-18 Thread Seiler Thomas
Damian Conway wrote: > push @moves, [$i, $j]; > for 0..6 -> $t { > if abs(@new[$t] - @new[$t+1]) > 3 { > pop @moves; > last; > } > } > > Indeed, an elegant way around the problem. So... lets call a function instead: my $is_ok = 1;

Hibernation

2002-06-04 Thread Seiler Thomas
Hello everyone, (Please correct me if this is the wrong list for my proposal.) I was wonder if it would be possible / usefull to add a hibernation functionality to the Perl 6 Language, possibly via a Module. (but the core would have to provide the needed low level functions) "Hibernate" would s