Hacker News new | ask | show | jobs
by georgeam 2803 days ago
It would also be helpful to see a comparison to tools like asymptote:

https://en.wikipedia.org/wiki/Asymptote_(vector_graphics_lan...

2 comments

With Asymptote you specify diagrams directly in terms of low-level graphics primitives and constraints. With Penrose you specify the underlying math, then one or more separate style files are used to automatically generate diagrams based on the math. The typical user of Penrose doesn't have to know anything about graphics, and never specifies any graphical objects; instead, that knowledge is in reusable style files written by domain experts.
This looks like a very useful tool, and I'm just learning about it now. Do you have experience with it? Would you recommend it?