boring-makefile VS Lombok

Compare boring-makefile vs Lombok and see what are their differences.

boring-makefile

An uninteresting makefile. (by JonChesterfield)

Lombok

Very spicy additions to the Java programming language. (by rzwitserloot)
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
boring-makefile Lombok
2 94
0 12,622
- 0.5%
10.0 8.9
about 8 years ago 3 days ago
Makefile Java
MIT License 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.

boring-makefile

Posts with mentions or reviews of boring-makefile. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-08.
  • How to Structure C Projects: These Best Practices Worked for Me
    3 projects | news.ycombinator.com | 8 Mar 2024
    The tests look much like https://github.com/JonChesterfield/EvilUnit/blob/master/evil.... That's from the self tests for the test framework. It's closely modelled on catch2. Name is because I built the thing out of preprocessor macros to run on freestanding c89.

    The projects using code generation in that fashion are proprietary. There's a makefile at https://github.com/JonChesterfield/boring-makefile/blob/mast... set up to do the src/gen/obj codegen by default structure.

  • John Carmack on Functional Programming in C++ (2018)
    7 projects | news.ycombinator.com | 18 Feb 2023
    I've been coding like that since at least 2016[1]. The trick is to make adding code generators as easy as adding source code. Not a game engine in my case, though there's a CppCon talk from 2014 which makes a passing reference to using code generators with C++ instead of templates for one.

    Assume source is src/.c and compiled to obj/.o, then introduce a third directory called gen. Change the makefile rule to copy .c from src to gen, and compile from gen to obj. Then add a makefile rule that says gen/foo.c can be built from src/foo.c.py by calling python on the source and redirecting stout.

    That means a C source file can be turned into a python program that generates the same source by wrapping it in a string literal, calling print and renaming the source file. No build system change. Then change the python as you see fit to work around the limitations of C.

    Works really well for a solo developer. Repo using this scheme is ~100 generated files (mostly lua, some python) vs ~600 C files. Plus ~20 C++ and one D, just getting started with that language.

    [1] https://github.com/JonChesterfield/boring-makefile/blob/mast...

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 boring-makefile and Lombok you can also consider the following projects:

fp-ts - Functional programming in TypeScript

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."

Dynamics.NET - Extensions for runtime reflection and structural induction

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

john-carmack-plan-archive - Collection of John Carmack’s .plan files

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

language-ext - C# functional language extensions - a base class library for functional programming

Auto - A collection of source code generators for Java.

HigherLogics.Algebra - Numerical and algebraic abstractions for .NET

record-builder - Record builder generator for Java records

AspectJ

JavaParser - Java 1-18 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.