Python decorators and Lisp macros
When looking Python decorators someone made the statement, that they are as powerful as Lisp macros (particularly Clojure).
Python decorators and Lisp macros
When looking Python decorators someone made the statement, that they are as powerful as Lisp macros (particularly Clojure).
Python decorators and Lisp macros
When looking Python decorators someone made the statement, that they are as powerful as Lisp macros (particularly Clojure).
Python decorators and Lisp macros
When looking Python decorators someone made the statement, that they are as powerful as Lisp macros (particularly Clojure).
Python decorators and Lisp macros
When looking Python decorators someone made the statement, that they are as powerful as Lisp macros (particularly Clojure).
How to get doc string for a clojure interface?
Is it possible to get doc-string for a clojure interface or other syntactic entity?
Set Clojure CLASSPATH on Windows
I have been struggling to modify my classpath in order to import clojure modules on my Windows machine. I have already updates my environment variable through powershell but I get the same error:
How to interoperate from clojure with java varargs methods
According with docs I have to use into-array
but it doesn’t work.
Catch a compiler exception in macroexpand
I have an assertion that checks key correctness at compile time:
How to pass list of args to variadic macro
I have a macro (I’ve simplified everything a lot):