[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: postfix
On Mon, Dec 03, 2001 at 12:26:39PM -0500, Guy Steele - Sun Microsystems Labs wrote:
> This raises an interesting question: does anyone know whether
> there are any Forth programmers out there who structure their
> code visually using "upside-down" indenting such as
>
> [2 3 4 5]
> [1 add]
> 1 10 range
> map
> concat
Yes, but they call themselves PostScript programmers:
.knownEncodings length 256 mul dict begin
0 .knownEncodings
{ { currentdict 1 index known { pop } { 1 index def } ifelse
1 add
}
forall
}
forall pop
--
linux-2.3.99-pre9.tar: limbo program
- plan9 has a bad day
- References:
- Re: postfix
- From: Guy Steele - Sun Microsystems Labs <gls@labean.East.Sun.COM>