made the readme a little clearer

This commit is contained in:
Sander Hautvast 2020-11-18 18:53:19 +01:00
parent 7412b7ba43
commit 19ab7d0c94

View file

@ -1,9 +1,11 @@
# beejava # beejava
compiles java 'opcode' to bytecode. Beejava is a code creation library, somewhat comparable to javassist or bytebuddy.
* It let's you compile java 'opcode' to bytecode.
* It does not inspect or enhance existing bytecode, though it could be part of such functionality.
What is 'opcode'? What is 'opcode'?
The goal of the project is to let developers use a simplified version of standard java opcodes. For instance: The goal of the project is to let developers dynamically create classes, using a simplified version of standard java opcodes. For instance:
instead of having to choose between: instead of having to choose between:
- INVOKE_SPECIAL - INVOKE_SPECIAL
- INVOKE_VIRTUAL - INVOKE_VIRTUAL