Re: [OT] Any other italian Clojure users?

2012-03-26 Thread Pierpaolo Bernardi
On Thu, Mar 22, 2012 at 10:21, Marco Dalla Stella wrote: > Hi, > > I just want to know if there are any other italian Clojure users in > the ml, maybe for open an Italian Clojure User Group and organize some > meetings... Hi, I'm not doing much clojure nowadays, but count me in. Ciao P. -- Yo

Re: Silly question from Programming Clojure

2009-06-04 Thread Pierpaolo Bernardi
On Thu, Jun 4, 2009 at 2:28 PM, Andrew Wagner wrote: > Hey ya'all! > Just got my copy of Programming Clojure last night (great book, kudos > Stuart!). I've got a silly question now. There's a comment in the book about > one piece of code where it says "the symbol gets associated with a var which

Re: Mini-Kanren

2009-02-26 Thread Pierpaolo Bernardi
On Thu, Feb 26, 2009 at 4:03 PM, jim wrote: > > I don't have a Scheme here to check it out, but doesn't > > (cons 1) > > yield > > '(1) no. in scheme (and in all modern lisps), cons is a 2 arguments procedure. Giving it 1 is an error. Some very old lisp dialects supplied NIL in place of missin

Re: Queues

2009-02-03 Thread Pierpaolo Bernardi
On Tue, Feb 3, 2009 at 2:35 PM, Konrad Hinsen wrote: > For queues you need to add > at one end and remove from the other, so one of the two operations is > necessarily expensive. No. Look here for hints: http://www.cs.bu.edu/teaching/c/