Comment on Etcd – The Road to 1.0parentComments−ecnahc51512yProbably the fact that you get a single binary (unlike interpreted languages), and that it isn't a mix of Go and C meaning I worries about c libraries.−babo12yJust to note, zookeeper is written in Java.−ecnahc51512yYes, I'm aware. I was just answering the question, not to compare it to anything else.Still, Java still requires another dependency..the JVM. Go binaries require...well nothing.
Comments
Probably the fact that you get a single binary (unlike interpreted languages), and that it isn't a mix of Go and C meaning I worries about c libraries.
Just to note, zookeeper is written in Java.
Yes, I'm aware. I was just answering the question, not to compare it to anything else.
Still, Java still requires another dependency..the JVM. Go binaries require...well nothing.