effect-zoo
linear
Our great sponsors
effect-zoo | linear | |
---|---|---|
2 | 8 | |
64 | 187 | |
- | - | |
0.0 | 2.5 | |
about 2 years ago | 17 days ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
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.
effect-zoo
-
Effect Zoo for Scala 3
Inspired by similarly named project for Haskell.
-
Monthly Hask Anything (June 2021)
Did you mean: https://github.com/ocharles/effect-zoo?
linear
-
Is there an existing typeclass for differences?
That's pretty much exactly the abstraction used in the 'linear' package's Affine class, in which we find points separated by vectors.
-
What are the current challenges in Numerical Programming for Haskell?
Linear algebra: hmatrix again with its own array type (and linear but this is restricted to low dimensions)
-
Advanced programming exercises/apps recommendations to code
This is very niche, but something I've wanted to do for a while is to generate some cool physics example on the surface of a sphere with https://hackage.haskell.org/package/hamilton, and display it with https://reanimate.github.io/ (using https://hackage.haskell.org/package/linear for the projection)
- Advent of Code 2021 day 06
-
Monthly Hask Anything (June 2021)
See also the linear library, it contains types like data V3 a = V3 a a a with all of the useful instances.
What are some alternatives?
nimber - Finite nimber arithmetic
nuha
moving-averages
linear-accelerate - Instances to mix linear with accelerate
magma - magma algebraic library
pcre2 - Complete Haskell binding to PCRE2
reservoir - Reservoir Sampling Algorithms in Haskell
polysemy - :gemini: higher-order, no-boilerplate monads
ghc - Mirror of the Glasgow Haskell Compiler. Please submit issues and patches to GHC's Gitlab instance (https://gitlab.haskell.org/ghc/ghc). First time contributors are encouraged to get started with the newcomers info (https://gitlab.haskell.org/ghc/ghc/wikis/contributing).
search - infinite search in finite time with Hilbert's epsilon
metamorphic - metamorphisms (aka playing with: (fold, (.), unfold)
eigen - Haskel binding for Eigen library. Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.