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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Dart 3

71 点作者 markdog12大约 2 年前

7 条评论

munificent大约 2 年前
I'm super excited about this release. I've loved pattern matching and tuples for a long long time and I've wanted to bring them to Dart literally since before 1.0.
评论 #35892841 未加载
评论 #35900668 未加载
singhrac大约 2 年前
They should really not publish this on Medium, honestly. Dart/Flutter already have a fairly corporate feel to them, and being on Medium (which, sadly, is very heavyweight and full of self-promotion these days) really makes me feel like this will be a corporate piece, not a technical note.
评论 #35898121 未加载
steve_adams_86大约 2 年前
This is really impressive. I’ve never written Dart but this makes me very interested to give it a trial. A sound type system, pattern matching, nice syntax and seemingly solid tooling — why don’t I hear about this more often?<p>I’ve been working with state charts a lot and being able to target multiple platforms with the same code would make what I’m doing so much more useful. This library seems to support everything I need: <a href="https:&#x2F;&#x2F;github.com&#x2F;rows&#x2F;automata">https:&#x2F;&#x2F;github.com&#x2F;rows&#x2F;automata</a><p>Maybe a good side project! Can anyone give reasons why someone should&#x2F;shouldn’t write Dart (besides a smaller ecosystem)?
评论 #35898067 未加载
评论 #35898347 未加载
pumanoir大约 2 年前
This is great! Pattern matching (+tuples, records) is going to make conditional rendering, conditional styles and state management even nicer in Flutter. Thank you Dart team.<p>BTW, all the negative comments I see here seem to come from people who haven&#x27;t worked with Dart and Flutter which is a cultish reactive showing of `google meh` `apple cool!` sentiment that permeates HN.<p>If you haven&#x27;t tried Flutter and Dart give it a good try, it is really nice.
pkphilip大约 2 年前
Looks like Flutter has been updated as well. I only wish the state management wasn&#x27;t so convoluted in Flutter
评论 #35899852 未加载
skybrian大约 2 年前
I&#x27;m wondering how garbage collection in WebAssembly is coming along?
评论 #35899645 未加载
评论 #35898657 未加载
toastal大约 2 年前
Functional features slowly trickle in after many years.