search for: cheeseshop

Displaying 2 results from an estimated 2 matches for "cheeseshop".

2008 Mar 20
0
[LLVMdev] LLVM Python binding
...ys very type-safe for any C-style bindings. The python setup system makes it easy to compile and install in the python distribution on any OS so it should literally be as easy as just downloading it and running setup.py in its root directory (or easy_install <whatever> if added to the python cheeseshop). If you really wanted it to be done manually without external libraries (and the parts of boost I use can be included in the distribution, so that would really be a non-issue unless there is some aversion to it) then it would take longer then the time I have free, whereas with boost::python I cou...
2008 Mar 19
2
[LLVMdev] LLVM Python binding
Hello, I am developing an application which is Python based and uses LLVM. I use LLVM by generating textual bitcode files and feeding them to my plug-in. I wish LLVM had Python binding. I would love to see Python binding as one of the GSoC projects so someone from the community can pick it up. Cheers, Nadav