[ANNOUNCE] Parrot::DWIM

2003-09-23 Thread Leopold Toetsch
As we don't have any libs yet, I thought, I start with an important one. It works like Acme::DWIM. Here is a sample run: $ cat hello.imc .pcc_sub _main prototyped .include "DWIM.imc" add $I0, 20, 22 print $I0 print "\nHello Parrot!\n" end .end $ parrot hello.imc 42 Hello Parr

Re: [ANNOUNCE] Parrot::DWIM

2003-09-24 Thread Leopold Toetsch
Leopold Toetsch wrote: As we don't have any libs yet, I thought, I start with an important one. It works like Acme::DWIM. Here is the pod for it, extracted from the source via: $ perldoc DWIM.imc > DWIM.pod.txt I should clean up and comment it a bit, then I could submit it - where? runtime/parro

Re: [ANNOUNCE] Parrot::DWIM

2003-09-24 Thread Nicholas Clark
On Wed, Sep 24, 2003 at 12:23:59PM +0200, Leopold Toetsch wrote: > Leopold Toetsch wrote: > > I should clean up and comment it a bit, then I could submit it - where? > > runtime/parrot/lib ? Do we have an Acme directory yet? >Dami^WLeopold Toetsch (as if you couldn't guess) "Yet anothe

Re: [ANNOUNCE] Parrot::DWIM

2003-09-24 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Wed, Sep 24, 2003 at 12:23:59PM +0200, Leopold Toetsch wrote: >> > runtime/parrot/lib ? > Do we have an Acme directory yet? Not even lib. It could go into runtime/parrot/include though, this is at least searched for :) >>Dami^WLeopold Toetsc