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

Re: Scripting



Dan Helfman <witten@torsion.org> writes:

> So the point of all this is just to suggest that maybe it's possible
> to get much of the speed of a natively compiled language, without
> having to forego the safety of an interpreted language, at least
> with certain code that can be deemed largely safe at compile-time.

With languages like Ada95 or Lisp you already get that. You get all
those runtime checks, but also the posibility to shutdown all those
safety checks at the few places where they would cause a speed
problem.

Have a look at:

http://www.bagley.org/~doug/shootout/craps.shtml

for a comparisem of a few languages.

-- 
| Ingo Ruhnke <grumbel@gmx.de> | Advent:            http://advent.sf.net/ |
|==============================| Pingus:          http://pingus.seul.org/ |
| JabberID: grumbel@jabber.org | Feuerkraft:    http://feuerkraft.sf.net/ |
| ICQ: 59461927                | Home:   http://pingus.seul.org/~grumbel/ |