Caveat Emptor!

  1. Still have to implement even basic code generator, rather than doing it by hand

  2. RLLVMCompile is a start for this

  3. Idea is simply to translate basic R expressions to LLVM IR form in "obvious" manner
    Then compile IR code to machine code.

  4. Basics work already!