On 5/30/05, Ed Watkeys <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> All this talk of Chicken's differing behaviors when interpeting vs.
> compiling code has gotten me thinking. Who here uses compiled code
> and who here simply uses the interpreter? My work follows a rough
> 90/10 split: I never bother compiling the vast majority of the code I
> execute with Chicken.

My usage of the interpreter is 99/01. I compile stuff just to check that there
are no problems, in case I wanted to distribute a compiled version of my code.
Also, in this way I get some experience with a compiled language, since I
have always used interpreters in my life, so I view all the problems with
compilation as a learning experience ;)

             Michele Simionato


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to