From 8bafa76475e4b64b5723b70a3ea064b5fac18705 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Mon, 25 Jul 2016 13:56:32 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4de0304..8783d5e 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,10 @@ This is how NVM for Windows recognizes the "latest" stable version. It's free fo I needed it, plain and simple. Additionally, it's apparent that [support for multiple versions](https://github.com/nodejs/node-v0.x-archive/issues/8075) is not coming to node core, or even something they care about. It was also an excuse to play with Go. +## Why Go? Why not Node? + +I chose Go because it is cross-platform, felt like less overhead than Java, has been around longer than most people think, and I wanted to experiment with it. I've been asked why I didn't write it with Node. Trying to write a tool with the tool you're trying to install doesn't make sense to me. As a result, my project requirements for this were simple... something that's not Node. Node will continue to evolve and change. If you need a reminder of that, io.js. Or consider all the breaking changes between 4.x.x and 6.x.x. These are inevitable in the world of software. + ## License MIT. -- GitLab