TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What programming language would you use?

1 点作者 sasanrose将近 13 年前
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 条评论

iapi将近 13 年前
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
ankurdhama将近 13 年前
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
yrashk将近 13 年前
Erlang.