I know it is related to this SO question and this one, but I want to know, if (and how) it is possible to create new F# functions at runtime.
By this I mean something like using the REPL without showing it. Is there any other option than CodeDOM and Reflection or Quotations?
If it is not possible in F#, is it possible in any other .Net Language?