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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Erlang: A New Way to Program That's 20 Years Old

18 点作者 DarrenStuart超过 17 年前
Geeks everywhere got excited recently when they heard that SimpleDB might be based on Erlang. Why? Is Erlang the next big thing? Probably not -- it's a 20-year-old language that some programmers find weird.

4 条评论

jgrahamc超过 17 年前
Since I partly learnt programming at college and was taught about CSP and Occam, erlang's lightweight processes and inter-process communication model are very appealing. And it's interesting to see a number of projects get written in it, and since even Facebook is using it... :-)<p>This particular article references Tim Bray's attempts to use erlang for web log processing. He found erlang to be very slow because of the I/O implementation, and criticized it for its regular expression handling. This seems like a silly test since surely you'd use Perl and friends for something like that.<p>Personally, I'm interested in building something with erlang just to get my feet wet with the language. And I'd be interested to hear about the experiences of others with erlang in real projects.
评论 #91534 未加载
评论 #91564 未加载
评论 #91507 未加载
simpleenigma超过 17 年前
For those of us who program in Erlang calling it 'weird' is a compliment :-) I think it's like complaining about parenthesis to a Lisper ...<p>Both Lisp and Erlang make you think is a different way that once you get into that mode of thinking you really do become more efficient.
评论 #91515 未加载
Tichy超过 17 年前
I recently tried Erlang and it was fun, but I am not that excited by it anymore. It could do with some convenience features, like arrays. List module could be imported per default and stuff like that. I ended up having to write my own methods for fairly standard things (could have been because of my lack of experience with Erlang, though). And I only did some simple project euler problems, nothing big.
评论 #91852 未加载
a-priori超过 17 年前
That article's horse crap. Do they not have any better criticism of Erlang other than "it's weird"?
评论 #91508 未加载