Usually if you write a program using a well-known interpreter/script language or framework, there's usually a thing the developer can't control - how long it will take for program to start. But due to innovative nature such languages are easier to develop and reflects the infamous RAD concept. On the other side a user usually don't care how the program is developed, even if they know, they just want the software to work reliably and fast. An example of this difference is existing admins for sqlite databases. There are ones that made with such languages and they usually take significantly more to start than the ones made with general compiling languages (Ironically it breaks the "lightness" of sqlite)
I know that computers becomes faster every day and we can be sure there will be no noticeable difference soon, but the reality is here.
So what you think? Should a developer that knows that developing with a language A is fun and "highway" to develop remember that future users won't notice "fun", but will notice "slowness"