]> gitweb.factorcode.org Git - factor-talks.git/blob - README.md
minor updates
[factor-talks.git] / README.md
1 # Factor
2
3 The Factor project is maintained and mirrored at
4 [https://github.com/factor/factor](https://github.com/factor/factor)
5
6 ## Talks and Presentations
7
8 Various talks and presentations that have been given are included here as
9 runnable vocabularies.
10
11 If you'd like to run these, you can add this directory as a ``vocab-root``
12 and then:
13
14 ```factor
15 "name-of-the-talk-to-launch" run
16 ```