We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When writing compilers pattern matching is incredibly useful. Dan & Will both recommend supporting function application.
(defn ->ast [expr] (match [expr] [['if (test :app ->ast) (then :app ->ast) (else :app ->ast)]] {:op :if :test test :then then :else else}))