Martin C. Martin » Where are the fast dynamic languages?
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
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


Public Comment