melpon/memoize

Support for unquote fragments

pallix opened this issue · 3 comments

Would it be possible to support unquote fragments?

For the moment this does not work:

        name = :some_dynamically_computed_name
        defmemo unquote(name)() do
           123
        end

Thank you for reporting. I will fix it.

I fixed at 1.2.8. Please try to latest version.

Yes it works. Thanks for your reactivity! I let you close the issue.