|
From: | Dmitry Gutov |
Subject: | Re: A prototype for a binding based approach to proper namespaces |
Date: | Sat, 9 May 2020 19:09:14 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
On 09.05.2020 10:38, Helmut Eller wrote:
Of course, to be useful it would need a be shorter name or even be a reader macro like #'.
FWIW, Clojure tries to solve this problem by having ` return fully-qualified symbols: https://stackoverflow.com/questions/17800917/clojure-difference-between-apostrophe-and-backtick
' returns "unqualified ones", and can be used inside ` forms to create "unqualified" elements in there.
[Prev in Thread] | Current Thread | [Next in Thread] |