-
the text of the new eval reads like what it does 1. analyze the form into an ast 2. compile the ast into bytecode 3. emit the bytecode into a module 4. run optimizations on the module 5. write the optimized module to memory 6. run evaluation code (if any) 7. return result 😙👌

