top | item 28385427

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

3 points| astro-codes | 4 years ago

7 comments

order

elviejo|4 years ago

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.

Thenwhen your app is ready, just deploy your machine.

Smalltalk is an elegant weapon of a more civilized time.

elviejo|4 years ago

Something that is looking to be able to do that is Unison-lang.

Like if haskell and smalltalk had a beautiful son.

igouy|4 years ago

> … comes preloaded, with … and every app you coul imagine.

Bloatware?

verdverm|4 years ago

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't a one size fits all.

A better question may be "How do you maintain parity for your developer systems?"

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?

baash05|4 years ago

Yeah. And what does "programmer mean". Python, c++, java, css? Am I coding for windows? Then I'd need a windows box. Iphone? -> Mac, ....

Also what about preferences. I work on a team with 20 devs.. some of us use Vim to edit files. Other use VS code or Atom. Still others use emacs.

gregjor|4 years ago

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.

Unix/Linux has the tools I need for development.