Herby Vojčík wrote:
Possible Smalltalk-inspired precedent is also: (:x, y) x+y (:x) (:y) "z" (:x) (y) "z" (:x) (y) (z) I think I like this most... Herby
Maybe this could even be competely paren-free (tell me where it breaks): :x, :y x+y :x :y "z" :x (y) "z" :x (y) (z) Imagine the code like coll.map(:x x*x) or coll.filter(:x x%2==1). _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

