pdfn
pdfn copied to clipboard
clojure predicate dispatch
Results
6
pdfn issues
Sort by
recently updated
recently updated
newest added
`(and* number? (or* pos? zero?))` can be rewritten to inline the application `(and (number? a) (or (pos? a) (zero? a)))` and would help with tight optimizaiton
enhancement
- `#()` - `(fn [])` `clojure.lang.Compiler$CompilerException : java.lang.NullPointerException`
bug
- [ ] extend `defpdf` in other ns ( `(pdf foo.core/baz [])`) - [ ] cross-ns pdfs should force inline leafs (or use some sort of registry) - [ ]...
enhancement