TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask YC: list of what languages sites are written in?

2 pointsby epallalmost 17 years ago
I've been crawling the web lately looking for existing implementations of a project I want to work on, and I started wondering what languages big sites like Amazon or eBay are written in. Different languages can call for very different implementations, and I'd like to know which are worth pursuing.<p>Is there some list out there of what web apps are written in? I'm sure many sites are written using several languages, but often there are telltale clues like .do or .aspx, not to mention information from employees.

2 comments

byrneseyeviewalmost 17 years ago
"My whirlwind tour will cover C, C++, Lisp, Java, Perl, (all languages we use at Amazon)..."<p><a href="http://steve.yegge.googlepages.com/tour-de-babel" rel="nofollow">http://steve.yegge.googlepages.com/tour-de-babel</a><p>Other than that, I'm not sure. I heard that eBay uses C#, though.<p>If you want to put this together, I would recommend looking at their job ads.
smoodyalmost 17 years ago
some sites hide their implementation language for obvious reasons, but for those that don't, you can at least tell what their front-end language is with <a href="http://www.builtwith.com" rel="nofollow">http://www.builtwith.com</a>