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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Does Dart beat Go in Go's best of features?

3 点作者 philonoist将近 3 年前
I am trying to learn a language purely for the joy of learning and exploring as many programming concepts&#x2F;idioms&#x2F;paradigms&#x2F;expressiveness&#x2F;algorithms as possible.<p>All I want is apply these languages into the prime purposes it was designed for, but on one condition that I can choose only one - either Dart or Go, after careful evaluation of languages out there.<p>I am not learning for career and big projects perspective. I have some small projects in mind mostly around web development.

1 comment

niktar将近 3 年前
Sorry, IMHO, But You want to explore concepts&#x2F;idioms&#x2F;paradigms but restrict youself by two programming languages very similar nature (ok, Go is not OOP in common sence).<p>Just look at different world: Clojure, Haskell, Ocaml, Erlang (maybe Elixir). Even Smalltalk shows you true priciples of OOP which are far from Java&#x2F;C++ and close to Erlang processes&#x2F;actors.<p>These languages force you to think different.<p>BTW, Elixir can really help you in Web projects because it has Phoenix LiveView framework.<p>Seaside framework for Pharo (Smalltalk) is very nice as well.