An open API service indexing awesome lists of open source software.

https://github.com/factor/factor-talks

Talks and presentations given about Factor
https://github.com/factor/factor-talks

Last synced: 3 months ago
JSON representation

Talks and presentations given about Factor

Awesome Lists containing this project

README

          

# 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
```