nwf / dyna

Dyna2 compiler and REPL
GNU Affero General Public License v3.0
146 stars 20 forks source link

support dumping hypergraph to Dynasty #17

Open jeisner opened 11 years ago

jeisner commented 11 years ago

Better yet, use Java interface to Dynasty to allow a live link as the chart changes. But this may be a problem over ssh ...

nwf commented 11 years ago

Where is the Dynasty protocol documented?

jeisner commented 11 years ago

Well, you could look in src/org/dyna/dynasty/example/, in particular in the dynamic/ subdirectory. (The lattice/ subdirectory has an infinite graph.)

There's no socket interface, alas; the graphs are just instances of a Java class at the moment.

For finite static graphs stored as files, look in samplegraphs/ . This might be a workable alternative.

On Fri, Jun 7, 2013 at 11:52 AM, Nathaniel Wesley Filardo < notifications@github.com> wrote:

Where is the Dynasty protocol documented?

— Reply to this email directly or view it on GitHubhttps://github.com/nwf/dyna/issues/17#issuecomment-19115498 .