ra’s avatarra’s Twitter Archive—№ 30,703

    1. …in reply to @yaakov_h
      @yaakov_h it uses System.Reflection.Emit, but clojure lets you approach bytecode from a functional perspective. its much more powerful IMHO.
  1. …in reply to @ra
    @yaakov_h e.g. all the bytecode is just data until the emit! function turns it into MSIL. you can generate/manipulate it like any other data