Yannick Loiseau

Results 76 comments of Yannick Loiseau

Do you mean in the main program? Or do you consider a separate executable? Moreover, whereas some features could be relatively easy (errors, definition locations, ...) a lot of features...

That is what I was about to suggest: SAM classes and functional interfaces does not need an AdaptaterFabric. (Other bugs can raise however when using asInterfaceInstance IIRC) Le 14 novembre...

We can also let the developer create an explicit function to make this optimisation by hand, since we value explicitness :smile:

For your resources use case, the classical approach is to create a jar and use the usual java methods to get the resources. Btw, what third party dependency are you...

I still don't see the point of your use case. Except for single-file scripts, you should distribute a jar bundling your resources, and thus use `Class::getResource` to retrieve them. Otherwise,...