Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Parrot Forth 0.1.1

3 views
Skip to first unread message

Matt Diephouse

unread,
Nov 9, 2004, 1:50:54 PM11/9/04
to Perl 6 Internals List
I've updated my Forth implementation to work again. There's not much
new besides that, unfortunately. But if you're interested, you can
download it here:

http://matt.diephouse.com/software/parrot-forth-0.1.1.tar.gz

--
matt diephouse
http://matt.diephouse.com

Jack J. Woehr

unread,
Nov 9, 2004, 3:16:33 PM11/9/04
to ma...@diephouse.com, Perl 6 Internals List
Matt Diephouse wrote:

> I've updated my Forth implementation to work again. There's not much
> new besides that, unfortunately. But if you're interested, you can
> download it here:
>
> http://matt.diephouse.com/software/parrot-forth-0.1.1.tar.gz

Hmm, maybe it's my Parrot build then that is defective:

[12:08:18 jax@mitra:/usr/local/src/PerlSource/parrot_stuff/forth]$ parrot forth.pir
Parrot Forth 0.1.1
Type `bye` to exit
> words
over 2* spaces */ swap 2dup rot drop depth cr 0sp - space words / emit . dup ?dup + * pick .s bye -rot

> Segmentation Fault (core dumped)
[12:08:27 jax@mitra:/usr/local/src/PerlSource/parrot_stuff/forth]$


--
Jack J. Woehr # Ordinator consistetvr,
PO Box 51, Golden, CO 80402 # redintegrandvs tandem
http://www.well.com/~jax # tangenda qvodvis clavis.

Jack J. Woehr

unread,
Nov 9, 2004, 3:25:16 PM11/9/04
to Perl 6 Internals List
Can anyone please give me a hint at the setup and proper invocation for runinng /languages/perl6/perl6 ?

Matt Diephouse

unread,
Nov 9, 2004, 2:23:17 PM11/9/04
to j...@well.com, Perl 6 Internals List
On Tue, 09 Nov 2004 13:22:27 -0700, Jack J. Woehr <j...@well.com> wrote:
> Matt Diephouse wrote:
>
> > Again, sorry: I should have mentioned that you'll probably need to
> > grab a new copy of Parrot from CVS (the fix depends on recent
> > changes).
>
> So a 'cvs up -PAd' should do it in my tree?

cvs update -Pad
make clean
perl Configure.pl
make

Plus anything you had to do to get Parrot to build last time around.

0 new messages