Comment by __alexander
Comment by __alexander a day ago
Yes, but half the code in the book is implemented in Java.
Comment by __alexander a day ago
Yes, but half the code in the book is implemented in Java.
Or you can simply jump to the second part in C. I don't think it's mandatory to read the first part for the second one. Plus the second part is more interesting as it implements a VM.
You can use Python or anything else you like to implement your code. The Java code he writes is simple, imperative code. But the OOP stuff might get in the way. If you've got programming experience, it isn't hard to read it and write your own in your preferred language.