General VS compoundInterest.jl

Compare General vs compoundInterest.jl and see what are their differences.

General

The official registry of general Julia packages (by JuliaRegistries)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
General compoundInterest.jl
4 1
570 0
1.1% -
10.0 10.0
about 18 hours ago almost 2 years ago
Julia Julia
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

General

Posts with mentions or reviews of General. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • Manifest.toml vs Project.toml in Julia
    4 projects | /r/Julia | 13 Apr 2023
    Each package in the Julia package ecosystem has its own UUID which will appear in the Project.toml next to the package name. These values are assigned to the package when it is regestered in the Julia General registry and they never change, even if the version of the package does.
  • Ask HN: Why does every package+module system become a Rube Goldberg machine?
    3 projects | news.ycombinator.com | 30 Jan 2023
    Julia and Rust all work with using versions tied to git tags. Package management isn't tied to Github but git: packages can live on Gitlab or BitBucket, though they generally don't and that's the choice of package developers. Because of that there are tie-ins to make Github really nice to use, but for example with Julia the only piece that is truly Github based is the fact that the General registry lives in a Github repo (https://github.com/JuliaRegistries/General), but could easily migrate to another git platform if it needed to.
  • Show HN: Investorsexchange.jl – parse trade-level stock market data in Julia
    3 projects | news.ycombinator.com | 30 Aug 2022
    HN is special, and you all here in this comment tree are the best of the best -- love the fact that everyone is having fun with this in such a civil way and historically knowledgeable way.

    For anyone who wants the naming backstory, InvestorsExchange.jl was originally IEXTools.jl, but Julia's package registration automatic name checks didn't like it ("Name does not meet all of the following: starts with an uppercase letter, ASCII alphanumerics only, not all letters are uppercase.Name is not at least five characters long") [1]. So to Wikipedia I went to find the non-acronym name of the IEX exchange, which is "Investors Exchange" [2]. Thank you all for helping me understand why IEX goes by IEX in all of their branding.

    [1] https://github.com/JuliaRegistries/General/pull/27989

    [2] https://en.wikipedia.org/wiki/IEX

  • Will Julia Registrator accept my simple package?
    2 projects | /r/Julia | 9 May 2022
    You are likely referring to this PR: https://github.com/JuliaRegistries/General/pull/59944

compoundInterest.jl

Posts with mentions or reviews of compoundInterest.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-09.
  • Will Julia Registrator accept my simple package?
    2 projects | /r/Julia | 9 May 2022
    It's a PR to the "General Registry" so it would make sense if your package is a bit more "general". Currently it consists of roughly 24 lines of code (a single function) and has only a few lines of in-line documentation (https://github.com/sumant-28/compoundInterest.jl/blob/main/src/compoundInterest.jl)

What are some alternatives?

When comparing General and compoundInterest.jl you can also consider the following projects:

InvestorsExchange.jl

CSV.jl - Utility library for working with CSV and other delimited files in the Julia programming language