Jump to content

Programing Languages


The Little Guy

Recommended Posts

I can't think of any legitimate reason you'd need to know the scripting language a website uses, unless you're responsible for it in some way. In which case, though, you'd probably know.

 

For curiosity's sake, can you explain why you need to know this?

 

Off of the top of my head, I don't think there's any sure-fire way to figure out a website's scripting language. You could maybe scour the HTML source and see if it refers to any files with obvious file extensions. You should know, however, that file extensions aren't a dead give-away. I think it would be a pretty good security-through-obscurity measure to have Apache parse, for example, .pl files with the PHP engine.

Link to comment
https://forums.phpfreaks.com/topic/41533-programing-languages/#findComment-201255
Share on other sites

Just search for "web scripting language stats".

 

I found this: http://www.dedasys.com/articles/language_popularity.html

 

Interesting... I wonder what people mean by "windows programming".

 

Additionally you could use Google Trends: http://www.google.com/trends?q=php%2C+perl%2C+python%2C+asp

People search more for PHP than ASP, Perl and Python, but there are more news references for ASP.

Link to comment
https://forums.phpfreaks.com/topic/41533-programing-languages/#findComment-201865
Share on other sites

Interesting... I wonder what people mean by "windows programming".

 

If I had to guess... probably things dealing with Win32 API, MVC, and other windows specific APIs.  Dealing with items related to the Windows operating system that don't necessarily involve a specific language.  The same could be said for "unix programming"... surely you could lump the other languages into these categories, but there are specific items that fall into OS programming than a specific language.

Link to comment
https://forums.phpfreaks.com/topic/41533-programing-languages/#findComment-201906
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.