Veqq's utils
- Janet 100%
|
|
||
|---|---|---|
| bpp.janet | Put tests in separate file | |
| menu.janet | Make CLI library from todo cli | |
| project.janet | Move dataframes and logic to own repo | |
| readme.md | Speed up insert-new! with :seen KB field | |
| stocks.janet | Make simulate-stock-data's default mode match documentation | |
| tests.janet | Move dataframes and logic to own repo | |
| vutils.janet | Move dataframes and logic to own repo | |
A mixture of functions I keep writing and experiments I've not yet factored out. I use Joy for all web things and Judge for most testing. Some functions require Joy because, but I did not include dependencies to avoid rebuilding spork and joy:
"https://github.com/joy-framework/joy""https://github.com/ianthehenry/judge""spork"Similarly:
- https://github.com/tionis/toolbox - alternative to janet-sh, vectors, strings, git cli, dsv, stuff for competitive prog.?
- https://git.sr.ht/~pepe/gp - reactive events, routing, date time, TUI, svg charts, data stuff?, various net stuff, SSG
- "marble" turned into spork, but this'
utilshas what didn't survive?
- "marble" turned into spork, but this'
- https://github.com/AlecTroemel/junk-drawer - gamedev
- https://github.com/AlecTroemel/craft-bin
- used for https://alect.itch.io/akoipella as you can read here: https://alectroemel.com/posts/2024-08-30-tweens-in-janet.html
Some of them just import an existing library, simplifying their own imports, for example!