1. New Peu Site and awaiting CVS

Lucius is hosting the new Peu web site here:

http://peu.unkmar.com

Chris Bensler has registered with Sourceforge for CVS and is awaiting the
response.

jbrown

-- 

Linux User:190064
Linux Machine:84163

new topic     » topic index » view message » categorize

2. Re: New Peu Site and awaiting CVS

On Tuesday 19 November 2002 09:27 pm, you wrote:
>
> Lucius is hosting the new Peu web site here:
>
> http://peu.unkmar.com

Wow! I just downloaded this, compiled for Linux (about 5 seconds) and 
it works. Really, really fast.  On the test (below) it gives:

  Euphoria: 1.88 seconds
  Peu:  0.02 seconds

Thanks for the hard work.
Regards,
Irv


atom start, stop

start = time()

constant
verse =
{"%d %s of beer on the wall,",
 "%d %s of beer",
 "take one down, drink it down,",
 "%d %s of beer on the wall\n"},
bottles = "bottle"

for i = 1 to 10 do
for beers = 99 to 1 by -1 do
  for line = 1 to 4 do
     printf(1,verse[line]&'\n',
        {beers-(line=4),
         bottles & (beers-(line=4) != 1) *'s'})
  end for
end for
end for

stop = time()
printf(1,"Elapsed time: %f",stop-start)

new topic     » goto parent     » topic index » view message » categorize

3. Re: New Peu Site and awaiting CVS

On 20 Nov 2002, at 16:00, Irv Mullins wrote:

> 
> On Tuesday 19 November 2002 09:27 pm, you wrote:
> >
> > Lucius is hosting the new Peu web site here:
> >
> > http://peu.unkmar.com
> 
> Wow! I just downloaded this, compiled for Linux (about 5 seconds) and 
> it works. Really, really fast.  On the test (below) it gives:

I can't get the tar opened right, it contains garbage mixed in with the text. Is
there a precompiled windoze interpreter, ready to run?

Kat

new topic     » goto parent     » topic index » view message » categorize

4. Re: New Peu Site and awaiting CVS

On Tuesday 19 November 2002 09:27 pm, you wrote:
>
> Lucius is hosting the new Peu web site here:
>
> http://peu.unkmar.com

Wow (again) - with a few minor changes to my GTK wrapper, peu also runs 
simple EuGTK programs. There are some differences, which cause seq faults 
in more complex programs. I'll try to track them down.

Missing seems to be float32_to_atom,
I guess there's a workaround for that?

Regards,
Irv

new topic     » goto parent     » topic index » view message » categorize

5. Re: New Peu Site and awaiting CVS

Kat wrote:
> On 20 Nov 2002, at 16:00, Irv Mullins wrote:
> 
> > 
> > On Tuesday 19 November 2002 09:27 pm, you wrote:
> > >
> > > Lucius is hosting the new Peu web site here:
> > >
> > > http://peu.unkmar.com
> > 
> > Wow! I just downloaded this, compiled for Linux (about 5 seconds) and 
> > it works. Really, really fast.  On the test (below) it gives:
> 
> I can't get the tar opened right, it contains garbage mixed in with the text.
> Is
> there a precompiled windoze interpreter, ready to run?

Please try my version at http://www.webpark.cz/stachon/files/peu.zip
It has a Borland binary.

I will eventually merge with jbrown soon on cvs.

    Martin

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu