[ https://issues.apache.org/jira/browse/AVRO-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793057#action_12793057 ]
Ryan King commented on AVRO-258: -------------------------------- I like the general approach here, but am not a fan of the decorator-like syntax. That sort of syntax is necessary when you can't make backwards-incompatible changes to a language. We don't have that constraint here. I would do this: <pre> string name ignore; </pre> > Higher-level language for authoring schemata > -------------------------------------------- > > Key: AVRO-258 > URL: https://issues.apache.org/jira/browse/AVRO-258 > Project: Avro > Issue Type: New Feature > Components: spec > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Attachments: AVRO-258.txt, simple-genned.avpr, simple.avpr > > > Early users of Avro have noted that authoring schemas and especially > protocols in JSON feels unnatural. This JIRA is to work on a higher-level > language that feels more like defining interfaces and classes in Java/C/etc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.