JuliaPackageComparisons.github.io
JuliaPackageComparisons.github.io copied to clipboard
Shopping list
List of packages I'll like to include, but do not currently have a section for:
- https://github.com/ronisbr/TerminalPager.jl
- https://github.com/mrufsvold/ExpandNestedData.jl
- https://github.com/MasonProtter/ReplMaker.jl
Maybe under Graphs:
- https://github.com/bauglir/Kroki.jl
- https://github.com/JuliaDocs/DocumenterMermaid.jl
- https://github.com/EconForge/Dolang.jl
- https://github.com/jhidding/GraphvizDotLang.jl
- https://github.com/JuliaGraphs/GraphViz.jl
Maybe REST Clients:
- https://github.com/tecosaur/RestClient.jl, https://discourse.julialang.org/t/pre-ann-restclient-jl/123828/
Jakob Nissen posed a comparisson of the different BGZF packages in Julia, that we can use:
- https://discourse.julialang.org/t/ann-bgzflib-jl-bgzf-successor-library/133134
Currying: This post: https://discourse.julialang.org/t/a-slightly-more-comprehensible-fix-n/133268/15 list generalizations of Base.Fix1 and Base.Fix2:
- GitHub - goretkin/FixArgs.jl
- https://github.com/JuliaAPlavin/AccessorsExtra.jl/blob/master/src/fixargs.jl
- Neven Sajko / CallableExpressions.jl · GitLab
- ChainingDemo.jl/src/fix.jl at main · uniment/ChainingDemo.jl · GitHub
- GitHub - uniment/PartialFuns.jl: A Polished Demo of Underscore Partially Applied Functions