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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Clojure could be to Concurrency-Oriented Programming what Java was to OOP

53 点作者 sharksandwich超过 16 年前

7 条评论

globalrev超过 16 年前
Does anyone else think so? I'm using Clojure a lot and really like it.<p>But Lisp has been around for 50 years and never hit the mainstream so it seems there perhaps is something about it that doesn't fit with most programmers?<p>Also it only offers one form of concurrnecy and while I like it there is still much speculation and research in the area. Scala for example kind of builds on the whole Java-language and offers a more recognizable language for Java-developers and more opportunities to roll your own concurrency-mechanisms, or at least that's the impression I've gotten.<p>And then we have Haskell and Erlang.
评论 #381572 未加载
评论 #381550 未加载
评论 #381532 未加载
评论 #381875 未加载
jhancock超过 16 年前
This title is horrifying!!! Java set back good OOP by about 20 years!!! We're still recovering from what Java did to the OO community.
评论 #381641 未加载
评论 #382260 未加载
smoody超过 16 年前
If only we could convince someone to create Projure -- a Prolog-like language that compiles to JVM bytecodes. I'd be the first (and only?) customer.
评论 #381857 未加载
评论 #381789 未加载
stevedekorte超过 16 年前
In other words, a horrible example of?
评论 #381535 未加载
markessien超过 16 年前
We can't keep stepping backwards to support changing processor technologies. Concurrency should be abstracted away from the programmer, and handled on a compiler level, irrespective of your programming language.
评论 #387398 未加载
评论 #382824 未加载
socksandsandals超过 16 年前
Clojure is neat and all, but I can't see it being anything but a proving ground for some more esoteric technologies or methods. Lisp has been around too long to get mainstream acceptance and the "power vaccum" of which PG is fond of mentioning is marginal these days due to Ruby, Python, etc. Clojure has the attractiveness of running people's existing infrastructure (i.e. the JVM) but its nowhere near being alone in that regard. Its neat but don't look for it to be a world-changer.
评论 #471399 未加载
thomasmallen超过 16 年前
I thought that was Erlang.