Re: linking libgit.a in C++ projects
From: Sverre Rabbelier <hidden>
Date: 2016-06-15 22:45:05
On Thu, Jul 31, 2008 at 23:58, Shawn O. Pearce [off-list ref] wrote:
And actually if you try to use topo-order internally in C you still have to wait for the post-processing.....
Aye, that's what I was reffering to, thanks for clarifying :).
quoted
Especially since that'd mean that integrating it into other languages (by means of wrappers), such as Python or Ruby, becomes a lot easier.I'm going to be shot for saying this, but both Python and Ruby have implementations that run on the JVM. So does Git. Want to use Git and Python? Use JGit and Jython. :)
Heheh, nice plug :P, but thanks but no thanks. I'd rather have something more native than "JGit + Jython", two levels of 'emulation' can't be good!
Too many people have scripts based upon plumbing to make incompatible changes.....
Exactly! :) -- Cheers, Sverre Rabbelier