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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Build systems à la carte (2018)

61 点作者 quick_brown_fox大约 2 年前

2 条评论

dang大约 2 年前
Related:<p><i>Build systems à la carte: theory and practice (revised and expanded) [pdf]</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25113759" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25113759</a> - Nov 2020 (3 comments)<p><i>Inside the Paper: Build Systems a La Carte</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17494016" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17494016</a> - July 2018 (2 comments)
评论 #35595959 未加载
leetrout大约 2 年前
Code is available at <a href="https:&#x2F;&#x2F;github.com&#x2F;snowleopard&#x2F;build">https:&#x2F;&#x2F;github.com&#x2F;snowleopard&#x2F;build</a><p>I skimmed the paper - this is interesting on many aspects but I liked the breadth of what they analyzed... they use Excel as one of the examples!<p>I know it is a valuable skill to be able to efficiently break down problems into abstractions but I suspect you would still end up with &quot;porcelain&quot;[0] that would hide so much of this it might not be worth it. Or maybe it is so generic it becomes a standard of sorts (or certainly a standard way of doing things) with flavors of implementations on top of it?<p>In the conclusion they say:<p>&gt; ... a simple recombination leads to a design for a monadic suspending cloud build system ...<p>Totally over my head as I still don&#x27;t grok monads despite my belief I use them or something very close to them all the time without realizing it. I could not implement one. Anyway, I digress... neat paper and I will keep working on digesting it.<p>[0] <a href="https:&#x2F;&#x2F;git-scm.com&#x2F;book&#x2F;en&#x2F;v2&#x2F;Git-Internals-Plumbing-and-Porcelain" rel="nofollow">https:&#x2F;&#x2F;git-scm.com&#x2F;book&#x2F;en&#x2F;v2&#x2F;Git-Internals-Plumbing-and-Po...</a>
评论 #35596896 未加载