I assumed he was talking about Clojure on the JVM... We came to a point where specifying the implementation is a requirement when posting on this list to prevent confusion :)))
Luc > The ClojureScript compiler doesn't seem to do those kinds of checks, but > the Clojure compiler does. > > On 21 April 2012 09:18, Casper Clausen <[email protected]> wrote: > > > Looks interesting. > > > > Personally I always thought clojure's handling of function arity is a > > bit strange. I don't understand why calling a function like this > > > > (defn testfn [one two] ...) > > > > (test-fn 1) > > > > is not at least a compiler warning, possibly with a switch for the > > compiler for strict checking. I understand that it is not always > > possible to perform this check, but why not do it when possible? It > > would make clojure alot safer to use without a test suite covering > > every code path. > > > > > > On Apr 20, 8:50 pm, Ambrose Bonnaire-Sergeant > > <[email protected]> wrote: > > > Hi, > > > > > > I know there are a few people interested in trying Typed Clojure, > > > so I've cut an early alpha release to give a taste. > > > > > > These are *very* early days, but looking through the readme will > > > give you some hints as to what works in this release. Don't > > > expect too much. > > > > > > https://github.com/frenchy64/typed-clojure > > > > > > Please give it a whirl, feedback welcome! > > > > > > Thanks, > > > Ambrose > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/clojure?hl=en > > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- Softaddicts<[email protected]> sent by ibisMail! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
