language to create flowcharts

Posted by robintw on Stack Overflow See other posts from Stack Overflow or by robintw
Published on 2009-11-15T18:54:18Z Indexed on 2010/05/16 13:40 UTC
Read the original article Hit count: 299

Filed under:
|
|

Hi,

This seems like something which must have been answered before, but I can't find anything appropriate in the question archives. Basically, I'm looking for a little Domain Specific Language to create flowcharts. I'm terrible at graphic design and making things look nice, and I'd really like a langauge where I could write something in code and it would produce a pretty flowchart. I've come across GraphViz, but it seems more suited to creating things like Finite State Machine diagrams, rather than process flowcharts. It also doesn't have the simple DSL-style front-end that would allow me to easily work it.

Any ideas? I'm sure this must have been done before...

Robin

© Stack Overflow or respective owner

Related posts about flowchart

Related posts about flowcharts