Reified VS Lombok

Compare Reified vs Lombok and see what are their differences.

Reified

Reified in Java 11 and upwards (by Auties00)

Lombok

Very spicy additions to the Java programming language. (by rzwitserloot)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Reified Lombok
3 94
49 12,597
- 0.8%
0.0 8.9
over 2 years ago 26 days ago
Java Java
- GNU General Public License v3.0 or later
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.

Reified

Posts with mentions or reviews of Reified. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-05.
  • Java Snake
    8 projects | /r/java | 5 Jul 2022
    I'd like to disagree. I'm an high school student myself and I am interested mostly in programming, but also in computer science. I have never studied anything in either fields at school so maybe my opinion here is limited. The first point I'd like to address is that, while the line between computer science and programming is sometimes very thin, this project clearly falls in the latter's territory. Furthermore, being a computer scientist or a software engineer doesn't excuse an individual from not following the coding practices that regulate a particular language. While the latter is a tool in both cases, it's important in my opinion to maximize its expressivity to get the job done as efficiently as possible. At least in my opinion this is very important to understand the difference between the various programming languages, build tools and everything else as, without following the tool's philosophy at heart, they start to look all the same very fast. Finally a computer scientist could have an interest in being a good programmer and vice versa which makes it trivial to start following good practices from the start. At least this is what I've always tried to do from my first project(https://github.com/Auties/MeteorShardSourceCode) to my last ones(https://github.com/Auties00/Reified https://github.com/Auties00/WhatsappWeb4j).
  • Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
    6 projects | /r/java | 16 Oct 2021
    Again, Lombok does not compile anything. All it does is add plain Java objects to the AST. When Javac then compiles the AST, it also compiles the instructions injected by Lombok. It is nothing hacky or fancy. You can see my library doing the exact same thing here: https://github.com/Auties00/reified/blob/main/src/main/java/it/auties/reified/simplified/SimpleMaker.java

Lombok

Posts with mentions or reviews of Lombok. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-19.

What are some alternatives?

When comparing Reified and Lombok you can also consider the following projects:

OpenDJ - Open Identity Plattform Edition - OpenDJ is an LDAPv3 compliant directory service, which has been developed for the Java platform, providing a high performance, highly available, and secure store for the identities managed by your organization. Its easy installation process, combined with the power of the Java platform makes OpenDJ the simplest, fastest directory to deploy and manage.

JHipster - JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."

Cobalt - Standalone unofficial fully-featured Whatsapp Web and Mobile API for Java and Kotlin

Immutables - Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included

methanol - ⚗️ Lightweight HTTP extensions for Java

manifold - Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

appengine-java-standard - Google App Engine Standard Java runtime: Prod runtime, local devappserver, Cloud SDK Java components, GAE APIs, and GAE API emulators.

Auto - A collection of source code generators for Java.

Light-Java - A fast, lightweight and more productive microservices framework

record-builder - Record builder generator for Java records

AspectJ