cognitect / transit-format

A data interchange format.
1.88k stars 36 forks source link

transit-ocaml and transit-erlang #5

Closed jlouis closed 10 years ago

jlouis commented 10 years ago

Just a Heads Up. I started working on transit-ocaml and I have plans to start on transit-erlang as well. I put this up here in order to make it clear to people that this is being worked on, so if you have plans on doing the same, please get in touch with me so we can join forces.

jlouis commented 10 years ago

And in addition, is there a test.check generator for producing test data input, or do we have other ways of doing this?

reiddraper commented 10 years ago

And in addition, is there a test.check generator for producing test data input, or do we have other ways of doing this?

I'm not aware of one, but you can probably get by starting with gen/any-printable, as described here.

timewald commented 10 years ago

There is an edn generator in the transit-clj repo. That's what we've been using to test all the implementations (along with the bin/verify script).

I'm going to close out this issue. The best place to ask questions as you work on implementations is the mailing list: https://groups.google.com/forum/#!forum/transit-format.