Or... package ideas for Arturo
This isn't a real repo, properly-speaking, more like a collection of ideas that could become Arturo packages (although not implemented yet!).
💡 If you want to add one, just edit this file 😉
- GitHub API wrapper, e.g. this Ruby gem
- A benchmarking suite, like Hyperfine
- A package to convert colours (https://en.wikipedia.org/wiki/Color_space and wavelengths)
- An HTML-generation DSL, like this - still very draft-ish
- A database/SQL DSL, like this - also very draft-ish, but shouldn't be too difficult to implement
- A context-free grammar parser, like this python package
- Completion package. Given a string of partial arturo code it should provide available completions.
- A Bibtex parser/writer.
- Animation package similar to the python library 📽️ Manim
- Crossplatform process and system utilities similar to psutil
- A gRPC interface.