nom icon indicating copy to clipboard operation
nom copied to clipboard

Tools for ignoring anomalies

Results 4 nom issues
Sort by recently updated
recently updated
newest added

The following code fails to compile (syntax error): ``` clojure (nom/let-nom [foo (-> 1 (+ 1))] (= foo 2)) ``` It complains that `Can't take value of a macro: #'clojure.core/->`...

By using markdown to annotate source code in the comments it will be easier to read in the documentation

Here's a test to check for the problem mentioned in #1. Obviously it fails at the moment as currently macros inside `let-nom` bindings cause a syntax error.