<div dir="ltr"><div>Got it. That's much better than C++!</div><div><br></div><div>I think you answered my question by pointing to llvmpy about the opcode part.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 13, 2014 at 10:44 AM, Eli Bendersky <span dir="ltr"><<a href="mailto:eliben@google.com" target="_blank">eliben@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Mon, Oct 13, 2014 at 10:35 AM, Dave Pitsbawn <span dir="ltr"><<a href="mailto:dpitsbawn@gmail.com" target="_blank">dpitsbawn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr"><div>Is it possible to write LLVM IR but not using C++?</div><div><br></div><div>I'm exceedingly terrible at C++.</div><div><br></div><div>I was thinking, isn't it possible to write the IR using Java?</div></div></blockquote><div><br></div><div><br></div></span><div>You can use llvmpy (Python bindings to LLVM) to create LLVM IR modules, if you'd like. [<a href="http://www.llvmpy.org/" target="_blank">http://www.llvmpy.org/</a>]</div><span><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr"><div>I effectively have emit some sort of binary op codes to be passed into llvm right?</div><div><br></div></div></blockquote><div><br></div></span><div>Not sure what you're asking here, can you clarify?</div><div><br></div><div>Eli </div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><span><div dir="ltr"><div></div><div>The same thing for if I wanted to integrate a GC? Could the interfacing be done in any other language?</div></div>
<br></span>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div></div>
</blockquote></div><br></div>