Hacker News new | ask | show | jobs
by oscilloscope 5736 days ago
Connect Shapes -- http://connectshapes.com/

Network Graphing/Flow Chart prototype. Started out toying with RaphaelJS, but I hit a lot of cross-browser bugs having to do with a DOM issues, arrays, and side-effects in general. There are a lot of cool graphing programs now, so I don't plan to work further on a standalone app-- but might use it as an interface for a later project.

On the upside, I learned about closures doing this project and ended up dropping it to learn more about functional programming.