Recent content by ankitdixit

  1. A

    How Does Clojure's REPL Maintain State in Java?

    Hello Everyone, I read online that Clojure uses the ASM library to generate JVM Bytecode, I also saw that Clojure has a REPL. I assume each line of code executed by the REPL is compiled into a Java class using ASM by this java compiler and then that class is loaded to execute the code. If this...
Back
Top