Keith Sheppard
2012-Mar-18 18:04 UTC
[LLVMdev] a place for listing LLVM binding implementations?
Hello, I didn't see any section on this site for LLVM language bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to be more about self-contained applications of LLVM. I think it would be useful to add a page (or section to an existing page) if you all agree. My binding is https://github.com/keithshep/llvm-fs and I know that there are many others. Best, Keith
Christoph Grenz
2012-Mar-19 01:21 UTC
[LLVMdev] a place for listing LLVM binding implementations?
Am Sonntag, 18. März 2012, 14:04:50 schrieb Keith Sheppard:> Hello, I didn't see any section on this site for LLVM language > bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to > be more about self-contained applications of LLVM. I think it would be > useful to add a page (or section to an existing page) if you all > agree. My binding is https://github.com/keithshep/llvm-fs and I know > that there are many others.I agree. A page listing all language bindings, their extent/features and if possible the last supported LLVM version would really help.> Best, KeithBest regards, Christoph Grenz> _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Anton Korobeynikov
2012-Mar-19 07:46 UTC
[LLVMdev] a place for listing LLVM binding implementations?
Hello Everyone> bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to > be more about self-contained applications of LLVM. I think it would be > useful to add a page (or section to an existing page) if you all > agree. My binding is https://github.com/keithshep/llvm-fs and I know > that there are many others.+1. Keith, if you'll create such page including yours bindings and some others you're aware of - I'll put the stuff on llvm.org -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Kevin Kelley
2012-Mar-19 10:46 UTC
[LLVMdev] a place for listing LLVM binding implementations?
On 3/19/2012 2:46 AM, Anton Korobeynikov wrote:> Hello Everyone > >> bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to >> be more about self-contained applications of LLVM. I think it would be >> useful to add a page (or section to an existing page) if you all >> agree. My binding is https://github.com/keithshep/llvm-fs and I know >> that there are many others. > +1. > > Keith, if you'll create such page including yours bindings and some > others you're aware of - I'll put the stuff on llvm.org >I'm doing a Java binding -- http://code.google.com/p/llvm-j/ The APIs are mostly present, now, and a very simple JIT function does work. Still work in progress, though. LLVM-3.0; developing on Windows. I'm also aware of a jllvm java binding project, Swig-based, 2.8-level, on googlecode. Kevin
Keith Sheppard
2012-Mar-19 14:33 UTC
[LLVMdev] a place for listing LLVM binding implementations?
OK I'll do that. I might not get to it until the weekend depending on how much free time I have. Thanks, Keith On Mon, Mar 19, 2012 at 3:46 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote:> Hello Everyone > >> bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to >> be more about self-contained applications of LLVM. I think it would be >> useful to add a page (or section to an existing page) if you all >> agree. My binding is https://github.com/keithshep/llvm-fs and I know >> that there are many others. > +1. > > Keith, if you'll create such page including yours bindings and some > others you're aware of - I'll put the stuff on llvm.org > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University
Maybe Matching Threads
- [LLVMdev] a place for listing LLVM binding implementations?
- [LLVMdev] Where is LLVM-3.0.dll
- [LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
- [LLVMdev] a place for listing LLVM binding implementations?
- [LLVMdev] LLVMInitializeNativeTarget error