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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

AppCode Is Dead. Now What?

11 点作者 dannyow将近 2 年前

1 comment

w10-1将近 2 年前
Apple has open-sourced the Swift syntax parser, and the compiler is migrating to a pure-swift frontend. The package manager is open-source. So there&#x27;s plenty of opportunity for an open-source IDE -- built on swift. And the free Visual Studio Code support based on the Swift language is good enough for most features.<p>There&#x27;s little hope that IntelliJ could extend their own tooling to Swift&#x27;s evolving language. Indeed, Swift has compile-time-checked regular expressions, concretely-typed generics, and so much more not seen in other languages.<p>Swift is catching up to Rust&#x27;s memory&#x2F;ownership model and building out both C and C++ interoperation, making them a powerful solution for safe systems programming.<p>Refactorings across a class hierarchy don&#x27;t help Swift much since value types are preferred.<p>What&#x27;s really missing from XCode or Swift-LS is partial parsing: effective feedback when your code is incomplete or broken, and good feedback about the mini-build that parses the Package.swift declaration.
评论 #36122500 未加载