From: Clint Hyde
Subject: graphers
Date: 
Message-ID: <3804F72C.3D2DE5E1@bbn.com>
there once was a grapher written in clim on cambridge.apple.com, said
machine being no longer in existence,
by a Bryan Kramer.

is this still around?

I need to have/write a java equivalent to clim's format-graph-from-roots

 -- clint hyde
From: Tim Bradshaw
Subject: Re: graphers
Date: 
Message-ID: <ey3emesed7d.fsf@lostwithiel.tfeb.org>
* Clint Hyde wrote:
> there once was a 
> I need to have/write a java equivalent to clim's format-graph-from-roots

PSGRAPH is free and does some of this stuff.  More serious graphers,
like CLIM's or Genera's before it, are pretty hairy algorithmically

The CLIM spec describes some of the underlying protocol behind the
grapher, but doesn't detail the algorithms.  It's probably not that
much use for Java.  I'd assume that billions of monkeys are
reinventing this wheel in java though, so perhaps looking around in
java groups would be fruitful.

--tim