Nicola Mometto

Results 6 comments of Nicola Mometto

what cases would something like ``` clojure (defn definline-hof? [{:keys [op args]}] (and (= :invoke op) (some #(= #'definline (:var %)) args))) ``` not be able to catch?

I have investigated http://dev.clojure.org/jira/browse/CLJ-1544 today and I can confirm this is the root cause for this ticket.

Here's hoping we'll be able to close this 7yo ticket http://dev.clojure.org/jira/browse/CLJ-19

I can't imagine how this could be an issue with tools.decompiler as there's no compilation/evaluation involved

> A big design question is whether to pick: > > * never empty: > ```ocaml > type 'a t > > val create : init:(unit -> 'a) -> unit...

note: briefly discussed with @ewenmaclean and @c-cube, the current use of `duration` to represent FIX's tenor is not good, we should have a custom tenor type implemented as a sum...