chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Compilers vs. interpreters


From: Michele Simionato
Subject: Re: [Chicken-users] Compilers vs. interpreters
Date: Tue, 31 May 2005 00:05:09 -0400

On 5/30/05, Ed Watkeys <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]