Re: Call To Cygwin Users Everywhere

2004-07-22 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > 5. -mno-accumulate-outgoing-args is NOT required to > make JIT work properly. It will be required, as soon as USE_CGP is turned on again. config/auto/gcc.pl should set it, but obviously doesn't for cygwin. leo

Call To Cygwin Users Everywhere

2004-07-22 Thread Joshua Gatcomb
If you have read any of my previous posts concerning Cygwin - you will agree that it appears to be a strange beast. The problem is that outside of teaching myself Perl a couple of years ago - I don't have any real experience in this arena. I have no idea if things are really this bizarre or if I

Re: the whole and everything

2004-07-22 Thread Leopold Toetsch
Larry Wall <[EMAIL PROTECTED]> wrote: > So Evil Larry? suggests that you embed a Python interpreter and hand off > the unsuccessful tests back to Python. :-) Good idea. Here is bx.pir from Evil Leo: $ cat bx.pir .sub main @MAIN .param pmc argv .const string PY = '/usr/local/bin/python -

Re: This week's summary

2004-07-22 Thread Austin Hastings
--- The Perl 6 Summarizer <[EMAIL PROTECTED]> wrote: > Okay, so the interview was on Tuesday 13th of July. > It went well; I'm going to be a maths teacher. "As usual, we begin with maths-geometry: In Mathematics last week, one Pythagoras suggested there might be a relationship between the sides

Pie-thon - b2.py is running

2004-07-22 Thread Leopold Toetsch
And as promised it runs fast. More then double the speed of Python - with an unoptimized Parrot build ;) leo