21
votes
16answers
2k views
Are there benefits to Classic ASP over ASP.net
Having worked with Classic ASP for about 2 years now by creating a few 100 simple web forms I can't see a good reason for switching to .net; however, I'm not that versed in .net so I'm sure I could be …
2
votes
7answers
286 views
Interpreted vs. Compiled Languages for Web Sites (PHP, ASP, Perl, Python, etc.)
I build database-driven web sites. Previously I have used Perl or PHP with MySQL.
Now I am starting a big new project, and I want to do it in the way that will result in the most responsive possible …
3
votes
11answers
313 views
Why convert code in one language to another?
I have heard of some compilers that convert code in one high level language to another
e.g Shedskin that converts python code to optimized C++.
I was wondering why would one ever try to do that. Why …
2
votes
6answers
265 views
What is the best approach to both modularity and platform independence?
I hope this question does not come off as broad as it may seem at first. I am designing a software application in my <sarcasm>voluminous</sarcasm> spare time. I would like it to be both …
