In case it helps, here's an ancient gist of mine where I did some basic
vocab dependency analysis: https://gist.github.com/ajvondrak/4158963 This
was to find circular dependencies, where loading the vocab would go into an
infinite loop. Thus I couldn't use the loaded vocab objects themselves, so
instead looked at the text of the file, which isn't necessarily accurate. I
also haven't tested this since writing it, so not sure if it still works on
the latest Factor.
On May 25, 2016 6:01 AM, "Alexander Ilin" <ajs...@yandex.ru> wrote:

> Hello!
>
> That's great, John, thanks for the pointer!
>
> 25.05.2016, 00:57, "John Benediktsson" <mrj...@gmail.com>:
>
> You can easily get usage information, for example all (loaded) words that
> call ``+``:
>
>     \ + usage.
>
> There are some graphviz libraries that have been built to visualize
> various parts of the compiler and either already can, or with some work,
> use the tools.crossref vocabulary to look at word and vocab dependencies.
>
>
>
> ---=====---
> Александр
>
>
>
> ------------------------------------------------------------------------------
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data
> untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to