]> njoseph.me Git - experiments.git/blame - tag_find/README.md
tag-find: experiment in rust, go and joker languages
[experiments.git] / tag_find / README.md
CommitLineData
9d10f611
JN
1# Tag Find
2
3This badly-named experiment is to try out implementing a trivial program in multiple languages.
4
5tag_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
7Languages used:
8
9* [Rust](https://rust-lang.org)
10* [Go](https://golang.org)
11* [Joker](https://joker-lang.org)
12
13## Disclaimer
14The 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.