Re: Scheme as a virtual machine?

2010-11-23 Thread Keith H Duggar
On Nov 22, 5:12 pm, Raffael Cavallaro raffaelcavall...@pas.despam.s.il.vous.plait.mac.com 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

Re: Scheme as a virtual machine?

2010-11-23 Thread Keith H Duggar
On Nov 23, 10:34 am, Raffael Cavallaro raffaelcavall...@pas.despam.s.il.vous.plait.mac.com wrote: On 2010-11-23 10:08:12 -0500, Keith H Duggar said: On Nov 22, 5:12 pm, Raffael Cavallaro raffaelcavall...@pas.despam.s.il.vous.plait.mac.com wrote: On 2010-11-22 11:25:34 -0500, scattered

Re: Strong typing vs. strong testing

2010-10-06 Thread Keith H Duggar
On Sep 29, 9:01 pm, RG rnospa...@flownet.com 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 stdio.h int maximum(int a, int b) { return a b ? a : b; } int main() {   long x = 8589934592;