[Techtalk] interpreted vs. compiled languages

Michael Fisher desnotes at gmail.com
Tue Jun 9 21:42:56 UTC 2009


On Tue, Jun 9, 2009 at 2:54 PM, Carla Schroder <carla at bratgrrl.com> wrote:

> Assuming a programmer has reasonable skills, are there (generally speaking)
> significant performance differences between interpreted vs. compiled
> languages?
>
> Sorry if this is too general for a sane answer, feel free to expound,
> pontificate, and wander off on interesting tangents.
>
> --
> ======================
> check out my books!
> Linux Cookbook
> http://oreilly.com/catalog/9780596006402/
> Linux Networking Cookbook
> http://oreilly.com/catalog/9780596102487/
> ======================
> _______________________________________________
> Techtalk mailing list
> Techtalk at linuxchix.org
> http://mailman.linuxchix.org/mailman/listinfo/techtalk
>

Typically, compiled languages (C, C++, assembly) run much faster
than interpreted languages (Basic). There are also languages that are
compiled to a byte-code (Java, Python) that run faster than interpreted
languages because they are pre-compiled. One of theinteresting things about
Python is that in certain situations it gets close to running as fast as
C/C++.
Wikipedia can go into more detail but these are the basics.

Hope this helps,

Mike

-- 
Michael Fisher
desNotes at gmail.com
Sent from Odessa, Florida, United States


More information about the Techtalk mailing list