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 HN: What programming language would you use?

1 pointsby sasanrosealmost 13 years ago
Imagine you are going to write an API for a mobile telephone network operator to sell charges to customers. What platform would you use? (Specially programming language and Database). I would be grateful if you could explain about your reasons.

3 comments

iapialmost 13 years ago
I would suggest any programming that you are comfortable with and use a NoSQL Database.<p>You can use Erlang because is not only about scalability but mostly about:<p>reliability<p>soft real-time characteristics (enabled by soft real-time GC which is possible because immutability [no cycles] and share nothing and so)<p>performance in concurrent tasks (cheap task switch, cheap process spawn, actors model, ...)<p>scalability - debatable in current state , but rapidly evolving
ankurdhamaalmost 13 years ago
Anything that you are familiar with as the problem statement doesn't seems to be complex and hence can be easily done on any web platform
yrashkalmost 13 years ago
Erlang.