Tom Schouten | 17 Aug 11:42
Picon

Re: new release

On Fri, Jul 17, 2009 at 12:54:42PM +0100, Ian Morrison wrote:
> That's great news!  I'd stopped playing with PF as I thought it was no  
> longer maintained.  Thanks Tom!
>

It is.

Some news (for the language geek in you):

This weekend I finally realized how to fix the interpreter's memory
model, 7 years (!) into the project.

This explains a bit: http://zwizwa.be/-/packetforth/20090817-100130

Cheers,
Tom
Tom Schouten | 17 Jul 12:17
Picon

new release

Hello folks,

There is a new PF release available from http://zwizwa.be/packetforth/
as source tarball, and binary .deb for the i386 and amd64 architectures.

This is mostly a bugfix release making PF 64-bit friendly, as I have
recently reached that 4GB border.

Have a ball,
Tom
Thomas Sivertsen | 20 Jan 21:23
Picon
Favicon

Latest darcs URL?

Hello

Giving it another go. :-)

So, what is the current darcs URL for PF?

Many thanks in advance.

-thomas
marloes | 7 Dec 16:39

Re: [brood] trac down?

pic18f1320

perhaps you need to reload a couple of times, the site looks fine from here!

grtz marloes

krgn wrote:
> hey... just wanted to check out the packets site, but there seems to 
> be a python error.
>
> which PIC is used for CATkit?
>
>
> greetz,
>
> k
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> brood-list mailing list
> brood-list@...
> http://lists.goto10.org/cgi-bin/mailman/listinfo/brood-list
>   

--

-- 
http://no.systmz.goto10.org
Kevin McCoy | 1 Nov 05:24
Picon
Gravatar

2d matrices, bitgrids, images?

Hi all,

I am interested in doing some 2d matrix manipulation to generate images based on incoming data.  In ca.pf I can see that something like this has to be going on, but I don't have any understanding of the scaf stuff so I am missing the part where it sets the points of the bitgrid according to the rules.

What I would like to be able to do is say, have a 1-bit image in a 320x240 grid - a pixel in this grid will either be on (white) or off (black).  I would like to be able to copy, shift, reassign pixels, rows, and columns within this grid, update to the display and create moving grids of pixels this way.  What would be a good / proper method to do this?  bitgrid: <at> seems to let you get the value of an index within the grid but I don't know how to do it.  I assume bitgrid:! allows you to set it - but how can we say at point (x, y) do this or that?  How do you even format a 2d location index for bitgrids??

The only other graphics language I know is Processing, which is very heavily steeped in x,y pixel coords for everything, so I am sure my question reeks of this kind of thinking :)  Any help much appreciated!

Learning pf has been fun so far - I am sure I will have many more questions!

Kevin

_______________________________________________
PF-list mailing list
PF-list@...
http://lists.goto10.org/cgi-bin/mailman/listinfo/pf-list
tom | 20 Aug 14:56

new darcs url


hello,

the read-only PF darcs archive has moved to

http://darcs.goto10.org/packetforth

groet,
tom
Charles Turner | 17 Jul 23:23
Gravatar

which libpf?

Hey all-

Went to pull libpf and found I had three choices:

metabiosis
pre-thread-removal fork point
montevideo

Which one do I want?

groeten, Charles

<vze26m98@...>
Mathieu Bouchard | 6 Jul 05:55
Picon

mouse.


after much experiments on cat-themed stack-oriented programming languages, 
there ought to be mention of this language:

   http://en.wikipedia.org/wiki/Mouse_%28programming_language%29

(Note that, back in 1980, the computer mouse input device was still 
virtually unknown, despite having been invented as early as 1963.)

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada
_______________________________________________
PF-list mailing list
PF-list@...
http://lists.goto10.org/cgi-bin/mailman/listinfo/pf-list
Mathieu Bouchard | 30 Jun 02:08
Picon

test


test!

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada
_______________________________________________
PF-list mailing list
PF-list@...
http://lists.goto10.org/cgi-bin/mailman/listinfo/pf-list
Tom Schouten | 16 May 11:05

64 bit

yesterday i've changed some int/void* casts that could give problems on 
64bit systems. i don't have a machine here to test, but this could solve the 
ppc64 problem.
Tom Schouten | 9 May 10:54

concat

hello,

i renamed '+' to 'concat' for lists and strings.

Gmane