diff options
Diffstat (limited to '')
-rw-r--r-- | TODOs.md | 69 |
1 files changed, 69 insertions, 0 deletions
@@ -87,3 +87,72 @@ Relevant links: - [Universal Packaging Tool (upt)](https://framagit.org/upt/upt) # Scratch + +## langs + +### Mediator ecosystem + +Rust: +- Mediator +- eq + +### Embeddable libraries + +Rust: +- libjson +- libedn +- libmustache +- libxtx (+ libXXXs) +- libpds +- libtraverse +- yoctoauth (libauth) +- konformigado (libcli) + +### CLI tools + +Rust: +- xq + +Haskell: +- MakeCheck + +Zig: +- gistatic + +Perl: +- paku + +Go: +- listatic + +C: +- remembering +- fallible +- std-tools + +sh + make: +- AutoQEMU + +### Services + +Clojure: +- mediator.ht (also mediator ecosystem) + +Guile: +- Songbooks (LilyPond ecosystem) + +Perl: +- Standardify + + +DiscussionsSite: Elixir? Rackett? Haskell? + +## More scratch + + + +lib lib lib, what about duplication of Rust's std on each of them? +Use Rust code directly to avoid duplication in the final binary? +Or just don't bother? + +Ideally, Rust would use the FFI interface, to enforce dogfooding. |