Heavily inspired by kotlin and groovy, what would the following syntax simplication enable? a {} // syntact sugar for a(function() {}); ?
Interesting use case in constructors for Ruby:
https://mixandgo.com/blog/mastering-ruby-blocks-in-less-than-5-minutes
Could that lead to something like abstract classes?