Live data from Hacker News

Quiver: A modern commutative diagram editor

github.com

1–10 of 55 posts

Re: Quiver: A modern commutative diagram editor

#4
This looks like a really nice and well-made tool. Kudos and thanks for open sourcing!

One nitpick: Why do you use a Makefile without using any of the features of Make and then even requiring a special GNUMake feature to make things work like a shell script? Why not simply provide shell scripts in the first place?

Re: Quiver: A modern commutative diagram editor

#9
post #3

Interesting choice of name. i was looking for such a tool. Gui are still limited in 2020

I remember the first time I tried to plot a vector field in MATLAB. In Mathematica, the function it is of course VectorPlot[]. I spent quite a bit of time fumbling around until I found that some funny MathWorks developer had named the equivalent function quiver() because, of course, it holds lots of arrows!

Re: Quiver: A modern commutative diagram editor

#10
post #5
post #3

Interesting choice of name. i was looking for such a tool. Gui are still limited in 2020

I was wondering about the name too, but the first example (and the logo) made it clear. It's just full of arrows.

It is a standard name in representation theory (https://en.wikipedia.org/wiki/Quiver_(mathematics)) which use a lot these kind of diagrams.
Post reply on HN