Giter Site home page Giter Site logo

C bindings? about ctemplate HOT 3 CLOSED

olafvdspek avatar olafvdspek commented on July 22, 2024
C bindings?

from ctemplate.

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
As ctemplate goes through its 0.9x versions, there will be API changes.  They 
should
settle down as we get closer to 1.0, which may make adding C bindings less work 
than
it would be now.

I appreciate your offer to add C bindings!  I feel the API for ctemplate is 
pretty
wide, with lots of different data structures running around, and the C bindings 
would
be not as clean as they might be.  However, the basic functionality of just 
creating
dictionaries and expanding them -- ignoring issues of writing custom modifiers, 
say
-- might not be too bad.  Feel free to take a shot at it, either now or closer 
to
1.0, if you're so motivated, and post the patch here!

Original comment by [email protected] on 25 Aug 2008 at 8:48

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from ctemplate.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
The APIs are getting pretty settled as we approach ctemplate 1.0, and while C 
bindings for the full range of ctemplate functionality may not be feasible, 
bindings for the common use cases are easier than ever (since lots of work is 
done in free functions now).

I think it would be pretty straightforward to provide C wrappers to 
ExpandTemplate -- you'd probably have to leave out the ExpandEmitter, and you'd 
probably have to take a const char* rather than a TemplateString -- and 
LoadTemplate and StringToTemplateCache.  Then all you really need is a C 
interface to TemplateDictionary and you're set.  That last bit would, 
admittedly, involve quite a few functions, but the APIs are not very C++-y, so 
it should be fairly easy to do.  The hardest part might be coming up with good 
names.

If you do want to provide a patch, please also provide a test suite that tests 
all the new functions you're providing!

Original comment by [email protected] on 22 Sep 2010 at 8:03

from ctemplate.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
It's been a few years now.  We don't have any plans to do this ourselves, so 
I'll close the bug WillNotImplement.  But if anyone is motivated, feel free to 
reopen this issue with the appropriate patches!

Original comment by [email protected] on 26 Aug 2011 at 1:28

  • Changed state: WontFix

from ctemplate.

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.