Live data from Hacker News

Fun with the Windows Subsystem for Linux

blogs.windows.com

1–10 of 99 posts

Re: Fun with the Windows Subsystem for Linux

#4
ELI5: What does this mean to me, as a developer who's really familiar with (and prefers) Linux, but has to use Windows? What cool possibilities will this "Linux Subsystem For Windows" open up to me? What things will it specifically not open up to me?

Re: Fun with the Windows Subsystem for Linux

#6
post #4

ELI5: What does this mean to me, as a developer who's really familiar with (and prefers) Linux, but has to use Windows? What cool possibilities will this "Linux Subsystem For Windows" open up to me? What things will it specifically not open up to me?

I think the gist of it / watered down version is that you would be able to compile / run a good amount / most Linux (ubuntu) applications natively-ish in Windows.

For example, I read a blog where someone pulled down the redis source, compiled it, and was running it in wsl. That would be great for me, because it means I can just run redis in my dev environment, instead of turning on a vm to run redis (I know windows ports exist, but I've found it was faster and more reliable to just run the vm).

I also typically add ports of common applications (ls, grep, touch, etc) in my windows environments just to fill the gaps windows has. With this, I probably won't need to do that anymore.

Re: Fun with the Windows Subsystem for Linux

#8
post #4

ELI5: What does this mean to me, as a developer who's really familiar with (and prefers) Linux, but has to use Windows? What cool possibilities will this "Linux Subsystem For Windows" open up to me? What things will it specifically not open up to me?

What it opens up is the ability to use the commands and environment that are familiar to you, with as little change as possible. It runs the same bash as a Linux system, at a binary compatibility level. There will still be wrinkles to deal with, such as the case insensitivity of the Windows file systems.
Post reply on HN