Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
about [2023/09/07 22:12] – add disroot git account link pfm | about [2024/07/28 11:44] (current) – add split-bill pfm |
---|
===== Technologies I've tried ===== | ===== Technologies I've tried ===== |
| |
* **Common Lisp**: [[https://git.sr.ht/~pfm/gas|GAS]] --- a DNA sequence assembly utility. Not very mature, but works for ABIF and FASTA files. | * **Common Lisp**: [[https://git.sr.ht/~pfm/gas|GAS]] --- a DNA sequence assembly utility. Not very mature, but works for ABIF and FASTA files. I've also done some minor work on McCLIM, see [[https://github.com/McCLIM/McCLIM/pulls?q=is%3Apr+is%3Aclosed+alexandria+author%3Apefimo|list of my changes]]. |
* **Forth**: [[https://git.sr.ht/~pfm/forth-kata|Forth Kata]] --- includes [[wp>Zeller's_congruence|Zeller's congruence]] implementation. | * **Forth**: [[https://git.sr.ht/~pfm/forth-kata|Forth Kata]] --- includes [[wp>Zeller's_congruence|Zeller's congruence]] implementation. |
* **Makefile**, **POSIX utilities**: [[https://git.sr.ht/~pfm/makeweb|Makeweb]], a static-site generator using [[https://fletcherpenney.net/multimarkdown/|multimarkdown]] as the only non-POSIX dependency. | * **Makefile**, **POSIX utilities**: [[https://git.sr.ht/~pfm/makeweb|Makeweb]], a static-site generator using [[https://fletcherpenney.net/multimarkdown/|multimarkdown]] as the only non-POSIX dependency. |
* **Python**: [[lacre:overview|Lacre]] --- an email encryption software. | * **Python**: [[lacre:overview|Lacre]] --- an email encryption software. |
| * **Rust**: [[https://git.sr.ht/~pfm/bf/|bf]] --- a [[wpen>Brainfuck]] interpreter; [[projects:split-bill|split-bill]] --- a tool to settle shared expenses. (Note: as of 2024-07-28, I'm still learning Rust.) |
| |