summaryrefslogtreecommitdiff
path: root/README.md
blob: af2cc1fad60e5ebf8dfcf8852bfa40e18b98c653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Factor

The Factor project is maintained and mirrored at
[https://github.com/factor/factor](https://github.com/factor/factor)

## Talks and Presentations

Various talks and presentations that have been given are included here as
runnable vocabularies.

If you'd like to run these, you can add this directory as a ``vocab-root``
and then:

```factor
"name-of-the-talk-to-launch" run
```