Reminds me of a side project I did when first starting CS! The Java byte code specification is absolutely approachable and if you've never looked at it before I recommend it (although this project says you can still use it without that knowledge)
Reminds me of a side project I did when first starting CS! The Java byte code specification is absolutely approachable and if you've never looked at it before I recommend it (although this project says you can still use it without that knowledge)
where to start?
https://docs.oracle.com/javase/specs/jvms/se8/html/
https://medium.com/@davethomas_9528/writing-hello-world-in-j...