dynalink
dynalink copied to clipboard
DSL to Remove Most of the Boilerplate
Is it possible to have a DSL to remove most of the boiler plate.
Could you give me an example of the boilerplate you'd like to remove?
Having to deal with callsite methods handlers and evoking for simple use. Perhaps this can be hidden from the the user in simple scenarios.
Still not sure what you have in mind - an actual code example of what you hope to eliminate would be handy. If you want a friendly API for method handle composition, check out https://github.com/headius/invokebinder.
This looks close to what I had in mind. Is it built on top of this?
I think you can make it more succinct than above.