Re: [Factor-talk] Path in graph, or something

2018-12-11 Thread Alexander Ilin
Hi, all! Little did I know when I asked about a solution to the "path-finding task", that we actually have a vocab named `path-finding`, which does exactly what I wanted!This is some next-level API : ) Anyway, I was able to implement my `db.upgrade` vocab in just a few lines of code: IN: db.upgrade

Re: [Factor-talk] Path in graph, or something

2018-12-10 Thread John Benediktsson
We have some path finding stuff in the ``path-finding`` vocabulary, as well as some directed graph stuff in ``graphs`` vocabulary that is used by the compiler. On Mon, Dec 10, 2018 at 11:43 AM Alexander Ilin wrote: > Hey, guys! > > I have a new task, and I want to know if there are existing vo

[Factor-talk] Path in graph, or something

2018-12-10 Thread Alexander Ilin
Hey, guys! I have a new task, and I want to know if there are existing vocabs that can be employed for solving it. Let's say there are versions of a DB format, and there are quotations that can be executed to convert DB from one version to another. A bunch of these quotations are edges of