Enzo L F

Results 7 comments of Enzo L F

> @lfenzo do you want to create a PR adding the captures for @method.call/@function.call to some top-tier languages when general feedback is positive? I would like to, but honestly, I...

Thanks @clason! I will make these changes and soon submit a draft PR.

Since #3222 has been merged and #3262 created to track the languages which currently lack the changes in their syntax queries in order to capture function/method calls, I will take...

Sorry for taking so long.. Thanks for the comments! I see the merit of keeping the docstrings succinct (as it seems to be the trend around most of Julia packages),...

I've trimmed most of the code examples leaving only `first`, `last` (as you suggested) and I also took liberty of leaving the examples of `==`; it occurred to me that...

Since `Deque` is implemented as an unrolling linked-list, it would be nice to also benchmark inserting all elements followed by removing them all: ```julia function f4(d, n) for i in...