record VS recursion-schemes

Compare record vs recursion-schemes and see what are their differences.

record

Anonymous records (by nikita-volkov)

recursion-schemes

Generalized bananas, lenses and barbed wire (by ekmett)
Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SonarLint - Clean code begins in your IDE with SonarLint
  • Revelo Payroll - Free Global Payroll designed for tech teams
record recursion-schemes
0 19
243 324
- 0.3%
0.0 0.0
over 4 years ago about 1 month ago
Haskell Haskell
MIT License BSD 2-clause "Simplified" 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.

record

Posts with mentions or reviews of record. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning record yet.
Tracking mentions began in Dec 2020.

recursion-schemes

Posts with mentions or reviews of recursion-schemes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-06.
  • Interactive animations
    11 projects | /r/haskell | 6 May 2023
    Yeah, that project is pretty much at the bottom of my list, unfortunately. My top projects these days are mgmt, klister, recursion-schemes, and hint... And that's already too much!
  • Is there a way to avoid call overhead?
    5 projects | /r/rust | 10 Sep 2022
    Maybe I didn't link the best post. It is unfortunately the only one I know that uses Rust. If you are able to read Haskell, the documentation for the recursion-schemes package might be a better resource?
  • So you come across an undocumented library…
    2 projects | /r/haskell | 16 Nov 2021
    But wait, there's more! One of the two challenges was the recursion-schemes library. I wrote some examples, but the output I was getting from that example was not what I expected. I dug further, and it turned out to be a bug in the library! In addition to the documentation, I thus also worked on a fix for that bug.
    2 projects | /r/haskell | 16 Nov 2021
    It's a pretty complicated bug, documented in details at https://github.com/recursion-schemes/recursion-schemes/issues/50
  • Beautiful ideas in programming: generators and continuations
    2 projects | news.ycombinator.com | 3 Aug 2021
    It’s also trivial and easy in Haskell — you just need an instance of `Foldable` or `Traversable` on your collection, and then you can fold or traverse it in a configurable way. Or for recursive structures, use https://hackage.haskell.org/package/recursion-schemes. Or even just pass a traversal function as an argument for maximum flexibility.
  • Seeking a Project Lead for Matchmaker - Haskell Foundation
    3 projects | /r/haskell | 26 Jul 2021
    Yes please! Right now all of my open-source projects (most notably hint and recursion-schemes) are about to drop into barely-updated mode, and while I knew this would happen and have been working towards finding co-maintainers, I am now realizing that it wasn't enough. I think such a website would definitely have helped, and I am hoping that once it launches, I'll be able to use it to find some co-maintainers to tide over my projects until I become available again.
  • Question about composing functors, functor products, comonads and recursion schemes
    2 projects | /r/haskell | 1 Apr 2021
    I wouldn't bother with gfold, it's broken and rarely used. I'd start from a simpler implementation of zygo:

What are some alternatives?

When comparing record and recursion-schemes you can also consider the following projects:

objective - Purely functional objects

distributed-process-platform - DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution

unliftio - The MonadUnliftIO typeclass for unlifting monads to IO

chr-core - Constraint Handling Rules

machines - Networks of composable stream transducers

mmorph - Monad morphisms

pipes-core - Compositional pipelines

conduit-combinators - Type classes for mapping, folding, and traversing monomorphic containers

monad-control - Lift control operations, like exception catching, through monad transformers

apecs - a fast, extensible, type driven Haskell ECS framework for games

effect-monad - Provides 'graded monads' and 'parameterised monads' to Haskell, enabling fine-grained reasoning about effects.

hask - Category theory for Haskell with a lens flavor (you need GHC 7.8.3, not 7.8.2 to build this!)