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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Rome Toolchain: A linter, compiler, bundler, and more

64 点作者 0xedb超过 4 年前

12 条评论

sebastianmck超过 4 年前
Previous HN discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24094377" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24094377</a> (first release) and <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22430682" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22430682</a> (open source)<p>Nothing has materially changed since the release announcement.
gunnihinn超过 4 年前
There are very old reports saying the Rome build times are quite long, longer than a day even. Has this changed?
评论 #24884185 未加载
评论 #24894111 未加载
cjamesd超过 4 年前
Kind of goes without saying, but the flip side of having all of these tools under a single opinionated umbrella is that if any piece of it sucks, people are going to drop the whole toolchain. Hence this is a high risk project, especially because everything is being built from scratch.
评论 #24889172 未加载
iddan超过 4 年前
The twitter discussion leading for the new domain and name of the project <a href="https:&#x2F;&#x2F;twitter.com&#x2F;sebmck&#x2F;status&#x2F;1319870764435316736" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;sebmck&#x2F;status&#x2F;1319870764435316736</a>
ironmagma超过 4 年前
I tried learning this; there wasn&#x27;t documentation on even the most basic of commands, `rome develop`, which failed. Sounds like a cool project, but the learning resources are really not there.
aralroca超过 4 年前
I wrote a little bit about Rome and my thoughts about it here:<p><a href="https:&#x2F;&#x2F;aralroca.com&#x2F;blog&#x2F;do-all-roads-lead-to-rome" rel="nofollow">https:&#x2F;&#x2F;aralroca.com&#x2F;blog&#x2F;do-all-roads-lead-to-rome</a><p>Hope it can be helpful to someone
JohnBerea超过 4 年前
Are there any plans to port it to run on Deno?
评论 #24884907 未加载
pseudoramble超过 4 年前
When I try and check out their new page linked from here, I&#x27;m getting a certificate error. It looks like it&#x27;s only issued for Netlify subdomains. Minor, but kinda annoying.<p>One question I have about Rome is why it tries to take on the testing framework too. I really like the idea of it having all the build tooling together, but testing seems like a sort of separate thing. Other environments I&#x27;ve used let libraries fill the gaps for testing, including JS. Is there a big advantage to pulling it into Rome?
评论 #24882944 未加载
评论 #24882919 未加载
rendall超过 4 年前
I am very pleased with Webpack, but it definitely shows its roots as a specifically javascript bundler with other formats hacked on top. For instance, while one can have a `.css` file or `.html` file as an entry point, Webpack will nevertheless output a `.js` file with the same name for every entrypoint.<p>I will be keeping my eye on Rome
skavi超过 4 年前
Not really important, but I love the new branding. IIRC, they were using a generic looking Spartan helmet before.
jadar超过 4 年前
I was confused for a moment, because this has the same name as a companion tool for Carthage. <a href="https:&#x2F;&#x2F;github.com&#x2F;tmspzz&#x2F;Rome" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tmspzz&#x2F;Rome</a>
zelly超过 4 年前
I started using webpack in 2015. It&#x27;s still the tool I reach for when doing JS. It&#x27;s not going anywhere.
评论 #24883278 未加载