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

Re: dylan revival



Bruce Hoult wrote:
> A simple and lightweight Dylan-to-C compiler is possible, but wouldn't 
> be worth it because the code wouldn't perform any better than with an 
> interpreter.

With a very good C compiler, you might still be able to get good 
performance (better than an interpreter, at least).  GCC is probably not 
good enough though; you'd need something with stronger interprocedural 
optimization.