May be because eye to eye contact gives more pleasure?
And on the way to Matthew's room you could habe poored a cup of coffee for him (if he likes that)
(yes I am of the old alledgedly inefficient school)
Jos

----- Original Message ----- From: "Robby Findler" <[email protected]>
To: "Matthias Felleisen" <[email protected]>
Cc: "PLT Developers" <[email protected]>
Sent: Wednesday, February 18, 2009 11:34 PM
Subject: Re: [plt-dev] crash and burn


And yet, somehow, we still used it. :)

He was like ... what ... 4 doors away from me or something?! Who walks
that far when they can email?

Robby

On Wed, Feb 18, 2009 at 4:30 PM, Matthias Felleisen
<[email protected]> wrote:

That doesn't count! We had no need for email communication!


On Feb 18, 2009, at 5:22 PM, Robby Findler wrote:

He was faster than that back @ Rice numerous times. :)

Robby

On Wed, Feb 18, 2009 at 4:21 PM, Matthias Felleisen
<[email protected]> wrote:

Is 12 mins your record for fixing a bug and committing it? :-)


On Feb 18, 2009, at 5:18 PM, Matthew Flatt wrote:

Fixed in SVN.

Thanks,
Matthew

At Wed, 18 Feb 2009 17:06:41 -0500, Dave Herman wrote:

;; Definitions window:

(module foo scheme/base
 (define (even? n)
   (or (zero? n) (odd? (sub1 n))))
 (define (odd? n)
   (and (not (zero? n)) (even? (sub1 n)))))

;; Interactions window:

(namespace-undefine-variable! 'even?)
(namespace-variable-value 'even?)

namespace-variable-value: even? is not defined

(odd? 42)

**SEGFAULT**

_________________________________________________
 For list-related administrative tasks:
 http://list.cs.brown.edu/mailman/listinfo/plt-dev

_________________________________________________
 For list-related administrative tasks:
 http://list.cs.brown.edu/mailman/listinfo/plt-dev

_________________________________________________
 For list-related administrative tasks:
 http://list.cs.brown.edu/mailman/listinfo/plt-dev



_________________________________________________
 For list-related administrative tasks:
http://list.cs.brown.edu/mailman/listinfo/plt-dev

_________________________________________________
 For list-related administrative tasks:
 http://list.cs.brown.edu/mailman/listinfo/plt-dev

Reply via email to