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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: If you could build an OS for software dev, what would it look like?

3 点作者 astro-codes超过 3 年前

3 条评论

elviejo超过 3 年前
We already have that is called Pharo or Glamorous toolkit. I guess a way to describe it is imagine a virtual machine, like vagrant... that comes preloaded, with your editor, your database and every app you coul imagine. Then each app is an object that is callable from your peogram.. is like if you were developing an app and could import an excel function in your own code... even better script excel from your own code.<p>Thenwhen your app is ready, just deploy your machine.<p>Smalltalk is an elegant weapon of a more civilized time.
评论 #28385768 未加载
评论 #28406967 未加载
verdverm超过 3 年前
An environment for software development is much more than an OS. There are tools and systems that are installed onto it. People also have preferences, so there really isn&#x27;t a one size fits all.<p>A better question may be &quot;How do you maintain parity for your developer systems?&quot;<p>This is more complex than using something like Packer or Ansible to create a consistent VM. How do you know if the developer changed something manually?
评论 #28385871 未加载
gregjor超过 3 年前
Just like the target production OS. A whole raft of deployment problems goes away. You teach people how to swim in a pool, not in a shower.<p>Unix&#x2F;Linux has the tools I need for development.