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
- Host: GitHub
- URL: https://github.com/factor/factor-talks
- Owner: factor
- License: bsd-2-clause
- Created: 2021-03-17T04:33:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T20:10:58.000Z (over 2 years ago)
- Last Synced: 2025-01-21T00:46:35.873Z (about 1 year ago)
- Language: Factor
- Size: 126 KB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```