Re: dotimes suggestion

2009-02-22 Thread Mirko
oject (no matter how short it is) starts by writing raw code, and then, when I see what is being done often, replacing parts with macros that simplify the code and make it easier to read. Mirko --~--~-~--~~~---~--~~ You received this message because you are subscri

Re: dotimes suggestion

2009-02-22 Thread Mirko
On Feb 22, 3:14 pm, Mark Volkmann wrote: > On Sun, Feb 22, 2009 at 1:54 PM, Mirko wrote: > > In my practice, almost every project (no matter how short it is) > > starts by writing raw code, and then, when I see what is being done > > often, replacing parts with macros t

Re: dotimes suggestion

2009-02-22 Thread Mirko
On Feb 22, 6:19 pm, Raffael Cavallaro wrote: > On Feb 22, 2:54 pm, Mirko wrote: > > > > > In lisp you would define it as (untested): > > > (defmacro print-times (reps text) > > `(do-times (i ,reps) > > (print ,text)) > > > (Not trying to forc

newbie: can clojure do ...

2008-11-10 Thread Mirko
ever to load. Thank you, Mirko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMA

Re: newbie: can clojure do ...

2008-11-11 Thread Mirko
ably use ClojureScript instead of Clojure for the > client-side code, but I haven't done that yet. > > --Chouser That is encouraging! I was staring at the source code to your page, and is the navigation script in irc.js? (I am probably exposing my ignorance here). If so, would you mind sh

Re: newbie: can clojure do ...

2008-11-11 Thread Mirko
On Nov 11, 3:08 pm, Chouser <[EMAIL PROTECTED]> wrote: > On Tue, Nov 11, 2008 at 2:45 PM, Mirko <[EMAIL PROTECTED]> wrote: > > > I was staring at the source code to your page, and is the navigation > > script in irc.js?  (I am probably exposing my ignoranc