Enumeratum VS Stateless Future

Compare Enumeratum vs Stateless Future and see what are their differences.

Enumeratum

A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations. (by lloydmeta)

Stateless Future

Asynchronous programming in fully featured Scala syntax. (by qifun)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Enumeratum Stateless Future
4 -
1,177 177
- 0.0%
5.7 0.0
about 1 month ago about 7 years ago
Scala Scala
MIT License Apache License 2.0
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.

Enumeratum

Posts with mentions or reviews of Enumeratum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-26.
  • How to implement `if-else if -else if -else` with cat effect IO in Scala?
    1 project | /r/scala | 16 May 2023
    I'm not sure I understand what Cats or cats-effect has to do with what you're trying to do. As far as I can tell, it sounds like what you're asking is simply "what's the best way to implement an enumerated type in Scala?" The best answer to that I'm aware of is Enumeratum.
  • Concise enumeration in Scala
    1 project | /r/scala | 16 Feb 2023
    In Scala 2: enumeratum which is, essentially, option 3 from your post.
  • Simple, Naïve, and Wrong: More than you wanted to know about Scala Case Classes
    3 projects | /r/scala | 26 Feb 2022
    And for exactly the same reasons one shouldn't override equals and hashCode in a case class, they shouldn't manually implement an enumeration and instead let a well-tested macro (2.x) or the compiler itself (3.x) handle reliably doing the automated code generation. The more code that is generated by the compiler, the smaller the defects, technical debt, and security vulnerability surface areas.
  • A survey of programming language enum support
    2 projects | /r/programming | 21 Feb 2021
    For Scala, check out the enumeratum library (https://github.com/lloydmeta/enumeratum). In my opinion its the best enum implementation I know of. It has all the features defined in the table, and the syntax is really clean. It even supports unique associated values (eg. unique String/Int keys).

Stateless Future

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

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

What are some alternatives?

When comparing Enumeratum and Stateless Future you can also consider the following projects:

Chimney - Scala library for boilerplate-free, type-safe data transformations

Scala Graph - Graph for Scala is intended to provide basic graph functionality seamlessly fitting into the Scala Collection Library. Like the well known members of scala.collection, Graph for Scala is an in-memory graph library aiming at editing and traversing graphs, finding cycles etc. in a user-friendly way.

Scala Async - An asynchronous programming facility for Scala

Twitter Util - Wonderful reusable code from Twitter

Shapeless - Generic programming for Scala

Scala Blitz - Scala framework for efficient sequential and data-parallel collections -

Each - A macro library that converts native imperative syntax to scalaz's monadic expressions

refined - Refinement types for Scala

Scalaz - Principled Functional Programming in Scala

n-scala - A new Scala wrapper for Joda Time based on scala-time

cats - Lightweight, modular, and extensible library for functional programming.

ScalaTest - A testing tool for Scala and Java developers