extend thrush to accept non-parenthesized clauses

Merged
#1 · Created  · Last updated

Merged pull request

Merged in evhan/clojurian (pull request #1)

f02b054·Author: ·Closed by: ·2013-03-23

Description

This allows bare procedure names to be given as clauses in thrush forms when the parentheses aren't necessary, for example:

(-> 14 (+ 2) sqrt (- 2) inexact->exact) ; => 2

0 attachments

0 comments

Loading commits...