On Sun, Jul 15, 2012 at 10:41 PM, <e...@ecky.fr> wrote:

> I'm currently evaluating the possibility to use ECL for my
> software-project and it is important for me that the language I use is
> interpreted with optional partial compilation on demande (for optimisation
> reasons)


In ECL the cost of bytecodes compilation is so small that it is done all
the time. It also avoids certain problems and inefficiencies with certain
paradigms of lisp interpreters, such as those that do list traversals and
have to expand macros every time they find them.

Note however that ECL does not do native compilation on demand. It does not
have a JIT compiler to machine code if that is what you are looking for.

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to