On Fri, Jun 22, 2012 at 12:07:43AM -0700, russell wrote: > On 06/22/2012 06:35 AM, Diana Eichert wrote: > >morons > > > >if you can't write forth code you should stay home. > > > >diana > > > I Love me my hand crafted postscripts... > Does that count?
Not really, PostScript is a mix between forth and lisp. heck, with the dictionary lookups, you can even craft OO code on top of it (yeah, I did). The only really forthy-way was the way you used to lose context from one page to another and had to manually pack/unpack content in stack-owned strings to preserve stuff from one page to the next. Sadly, that need is completely gone with level 2 and configurable GC behavior. ;-)