]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2010/12/24-libclang.rst
b76b10b6c2d83a5556f18a143d8e8753054d451a
[personal/website.git] / source / blog / posts / 2010 / 12 / 24-libclang.rst
1 Title: libclang
2 Tags: en, llvm, clang, libclang, c, c++, video
3
4 The `2010 LLVM Developers' Meeting`__ was almost 2 months ago, and `this time`__
5 Apple employees videos are available.
6
7 __ http://www.llvm.org/devmtg/2010-11/
8 __ http://llucax.com.ar/blog/blog/post/-687c651f
9
10 I saw the `libclang talk video`__ and it was really interesting, it made me want
11 to play with clang__. I wonder if there are Python bindings to it, is so much
12 easier to try things out using Python ;)
13
14 __ http://devimages.apple.com/llvm/videos/Libclang.mov
15 __ http://clang.llvm.org/
16
17 .. vim: set et sw=3 sts=3 :