Skip to main content

Martin C. Martin » Where are the fast dynamic languages?

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

URL Tag Cloud

Bookmark History

Saved by 2 people (0 private), first by anonymouse user on 2008-04-03


Public Sticky notes

why can’t I take my dynamically typed program, profile it to find the bottlenecks, then sprinkle around some type declarations to get a speed up? Why can’t these passages be as fast as the statically typed languages?

Highlighted by olifante

why can’t I take my dynamically typed program, profile it to find the bottlenecks, then sprinkle around some type declarations to get a speed up? Why can’t these passages be as fast as the statically typed languages?

There are a couple languages that do this. Common Lisp is one, the only one that approaches the speed of C.

Highlighted by olifante

ActionScript, the language of Adobe Flash, does it, as do Visual Basic, VBA, and VB.NET.

Highlighted by olifante