Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturo-lang/package-ideas
Package ideas for Arturo
https://github.com/arturo-lang/package-ideas
arturo arturo-package brainstorming ideas package-manager programming-language
Last synced: 4 months ago
JSON representation
Package ideas for Arturo
- Host: GitHub
- URL: https://github.com/arturo-lang/package-ideas
- Owner: arturo-lang
- Created: 2023-12-26T11:11:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T11:41:06.000Z (about 1 year ago)
- Last Synced: 2024-05-22T03:24:17.755Z (8 months ago)
- Topics: arturo, arturo-package, brainstorming, ideas, package-manager, programming-language
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐งช Arturo Package Lab
Or... package ideas for **[Arturo](https://github.com/arturo-lang/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](https://github.com/piotrmurach/github)
- [x] A benchmarking suite, like [Hyperfine](https://github.com/sharkdp/hyperfine)
- ๐ข [Peregrino](https://github.com/drkameleon/peregrino.art)
- [ ] An HTML-generation DSL, like [this](https://github.com/arturo-lang/art-html-module) - still very draft-ish
- [ ] A database/SQL DSL, like [this](https://github.com/arturo-lang/art-db-module) - also very draft-ish, but shouldn't be too difficult to implement
- [ ] A context-free grammar parser, like [this python package](https://lark-parser.readthedocs.io/en/latest/)