Giter Club home page Giter Club logo

Comments (1)

swolchok avatar swolchok commented on May 3, 2024

I tried to write SWIG bindings for the Python example before I settled on the C API, and I concluded that good SWIG bindings for the C++ API would require manual work for each bound-to language anyway, and that this work would best be kept outside the scope of this project. (For example, the Python bindings produced by default were either crashy, required fancy SWIG work to accommodate unique_ptr nicely, and/or didn't really do what one would want in the context of an AST; I forget the exact details. I would have had to put lots of SWIG-Python code in the SWIG file.) I picked the C API because most modern programming languages have good C FFI support (e.g., Python, Ruby, Go, Haskell, OCaml, Lua, .NET, Java, etc.), and you can typically call C functions and "muddle through" without too much work, even if you have to use a libffi-based solution like Python's ctypes or Ruby's Fiddle to do it.

That said, I do agree that rich, idiomatic bindings like SWIG helps you produce are better and would love to see them for as many programming languages as possible!

from libgraphqlparser.

Related Issues (20)

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.