]> njoseph.me Git - experiments.git/blob - tag_find/README.md
36f45b4b53570c77e8d93d429ad6e8c3430578dc
[experiments.git] / tag_find / README.md
1 # Tag Find
2
3 This badly-named experiment is to try out implementing a trivial program in multiple languages.
4
5 tag_find takes a tag and a directory path as arguments and searches the directory for all files tagged with that tag. Originally meant to be used to search emacs org files by tag and integrate into emacs with an elisp function.
6
7 Languages used:
8
9 * [Rust](https://rust-lang.org)
10 * [Go](https://golang.org)
11 * [Joker](https://joker-lang.org)
12 * [Racket](https://racket-lang.org)
13
14 ## Disclaimer
15 The implementations are written with hardly 3 hours of experience with each language and will perform poorly. Use at your own risk if you want to.