<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">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;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><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><div>You can use llvmpy (Python bindings to LLVM) to create LLVM IR modules, if you'd like. [<a href="http://www.llvmpy.org/">http://www.llvmpy.org/</a>]</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><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><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;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><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>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">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>