facebookarchive / nailgun

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.
https://github.com/facebook/nailgun
Other
731 stars 138 forks source link

Is the nailgun C client up to date? #116

Closed jvican closed 6 years ago

jvican commented 6 years ago

I wonder if the nailgun C client is up to date. If it's not, I guess it's better to remove it? If it is, what's the difference between using the C client and the python one?

sbalabanov-zz commented 6 years ago

@jvican you are always welcome to come up with integration test. People use python client with python programs, c client with cpp programs.

jvican commented 6 years ago

Alright, I'll take that as "it should be up to date" :smile:. Would help on this front but this it's not relevant to my use case.