SaaSHub helps you find the best software and product alternatives Learn more →
Maker Alternatives
Similar projects and alternatives to Maker
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
JavaParser
Java 1-21 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
-
-
-
Grasmin
Groovy AST Transformation to allow writing Jasmin code (JVM bytecode) directly on groovy files
-
-
bf
An optimizing brainf*ck compiler with multiple target backends: JVM, smali, dex, C, LLVM IR, ARM, WASM, JavaScript and Lox. (by mrjameshamilton)
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better Maker alternative or higher similarity.
Maker discussion
Maker reviews and mentions
Posts with mentions or reviews of Maker.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-23.
-
Any news on the Classfile API?
If you want an alternative to ASM, try Cojen/Maker, which is designed to be much easier to use than any of the other class writing APIs, including the one proposed by JEP-8280389. Here's a comparison.
-
Jdk.Classfile Javadoc (in-development)
That's a lot right arrow operators just to implement a simple Hello World program (5). I can't even begin to imagine how difficult it might be to generate anything more interesting than this. Here's a comparison against a classfile API which is designed to be easy to use: https://github.com/cojen/Maker/wiki/JEP-8280389
- JEP draft: Classfile API
-
Show HN: I spent my vacation writing a modern JVM assembler
For the code generation phase, it might be easier to bypass emitting a text-based assembly format and just use the ASM library directly. If you want something easier, I wrote a code generation library specifically for that purpose: https://github.com/cojen/Maker It also includes an example "Mini-C" language compiler.
- Show HN: Cojen/Maker – lightweight Java class generator designed for ease of use
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jan 2025
Stats
Basic Maker repo stats
6
55
8.9
1 day ago
cojen/Maker is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Maker is Java.