--- Day changed Thu Oct 11 2018 10:30 < stevenroose> Nicolas Dourier made the .NET implementation of the API. I don't know any C# or .NET or whatever the difference is, but I could take a look there. It's supposed to be fully functional. 10:31 < stevenroose> (As opposed to the Java and JS api libs that use the C++ lib underneath.) 10:31 < stevenroose> If you prefer, you can pass me your notes. I will have to make it work anyway. 15:48 < stevenroose> andytoshi: what is the rationale of keeping the reply in the Command object just to always take it out and return it the next line? (in `exchange`) 23:43 < andytoshi> i think i was transliterating python code 23:43 < andytoshi> i think you're right that in the resulting rust lib there's no reason for a Command to contain its reply