Conversation

Me too :) I like Scala a lot because of how it handled `apply` and `update` (and even more because of how library authors know not to make a trait govern syntax sugar)
1
sorry, not sure I follow… is this a Prolog reference? Was more talking: trait Fn<Input, ..., Output> { ... } or: trait Fn<(Input, ...), Output> { ... } Seems like a tricky thing to figure out though, so I'm not holding my breath it will be available soon…
2
1