Github user cestella commented on the issue:

    https://github.com/apache/incubator-metron/pull/517
  
    So, the syntax chosen here for lambda expressions is `&(var_0, var_1, ..., 
var_n : expr)`.  This seemed like the simplest option to me, but it's possible 
that we should mimic existing systems such as:
    * Pythonish: `lambda var_0, var1, ..., var_n : expr`
    * Javaish: `(var_0, var_1, ..., var_n) ->  expr `
    * Scalaish: `(var_0, var_1, .., var_n) => expr`
    
    Is there any feedback on the syntax?  Would you like to see something 
different?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to