Re: Scheme as a virtual machine?

2010-11-23 Thread Keith H Duggar
On Nov 23, 10:34 am, Raffael Cavallaro wrote: > On 2010-11-23 10:08:12 -0500, Keith H Duggar said: > > On Nov 22, 5:12 pm, Raffael Cavallaro > > wrote: > > > On 2010-11-22 11:25:34 -0500, scattered said: > > > > > > > And you don't think that [

Re: Scheme as a virtual machine?

2010-11-23 Thread Keith H Duggar
On Nov 22, 5:12 pm, Raffael Cavallaro wrote: > On 2010-11-22 11:25:34 -0500, scattered said: > > > And you don't think that [JH] could write a book about Haskell > > if he honestly came to think that it were a superior all-aroung > > language? > > Until he actually does, he has a financial interes

Re: "Strong typing vs. strong testing"

2010-10-06 Thread Keith H Duggar
On Sep 29, 9:01 pm, RG wrote: > That the problem is "elsewhere in the program" ought to be small > comfort.  But very well, try this instead: > > [...@mighty:~]$ cat foo.c > #include > > int maximum(int a, int b) { return a > b ? a : b; } > > int main() { >   long x = 8589934592; >   printf("Max