didibus
didibus
Cool, I'll have a look at it when I have time. It might take me a week to get to it though.
Same issue for me, Emacs in wayland. Very annoying, thinking my next laptop might be a mac because of this.
I'm using &env to get all current locals, their primitive type, and their attached metadata. In my macro, I do the following: ``` (map (fn[[_k v]] (meta (.-sym v))) &env)...
So I saw that riddley macro-expander I think seems to create LocalBindings as it macro-expands: https://github.com/ztellman/riddley/blob/master/src/riddley/compiler.clj#L55 and https://github.com/ztellman/riddley/blob/master/src/riddley/Util.java#L8 which you could also do in Clojure I guess. It does seem...
I can understand the rational, for me it's when I don't want to start my editor, create a scratch project, and have to switch back and forth (if say I'm...