Code Monkey home page Code Monkey logo

cppbind's Introduction

Hello There

My name is Timo and I'm a software developer at Gapfruit, a Swiss startup where I work on the Gapfruit microkernel OS for secure IoT edge gateways. In my spare time I am crazy about all things system programing, currently particularly operating systems and compilers. I am also a part-time math student when time allows. You can find out more about me on my website.

cppbind's People

Contributors

time0o avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

adam-urbanczyk

cppbind's Issues

Thank you for writing this

Hello! ๐Ÿ‘‹

I have been following this repo for quite some time and figured I would leave a few words of thanks.
Just wanted to drop a note and say that I think the approach you have taken here is brilliant.

It's innovative/unique and solves many of the problems found in other binding generators:

  • Many tools are based on libclang, rather than libTooling, so lack full AST and type access
  • If they are based on libTooling, that means the generator code is C++, which also means it can't be rapidly developed (due to edit-compile lifecycle) or tweaked by the end user, without installing the whole dependency toolchain
    • The one way of getting around this would be to use something like cling (https://github.com/root-project/cling) which allows to use C++ as an interpreted/JIT compiled language. I haven't seen this though.
  • The codegen API used here is based on clean, decorator rule-based patterns where you can succinctly declare a rule using the underlying libTooling AST node access and then how it should be converted
  • You have written a C-to-C++ binding generator, which haven't run across before (yet provides the easiest interop for languages)

Really amazing stuff!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.