Alternatively: (apply * (repeat 100 2N)) and allow "BigInt contagion" to work.
On Tue, Sep 20, 2011 at 8:43 AM, Herwig Hochleitner <[email protected]>wrote: > 2011/9/19 PC <[email protected]>: > > (apply * (repeat 100 2)) > Auto promotion has been turned off in favor of performance. Operations > with auto-promoting behavior are available as primed functions. > Try (apply *' (repeat 100 2)) > > also see http://dev.clojure.org/display/doc/Documentation+for+1.3+Numerics > > kind regards > -- > __________________________________________________________________ > Herwig Hochleitner > > -- > 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
