CoderKungfu / polyglot-starter-kit

A guide for people wanting to setup runtimes for multiple languages. How the pros (like me) do it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polyglot Starter Kit

An Introduction

polyglot
ˈpɒlɪɡlɒt/

adjective: knowing or using several languages.

noun: a person who knows and is able to use several languages.

So I started this to document the setup steps for getting up and running in any programming language.

Admittedly, there are already many online guides available. This endeavours to find the most straight forward and lowest barrier steps to begin coding (and be productive at it).

Organization of the guides

The guides will be a step by step run through of installing the runtime for each language. It assumes you have a working knowledge of the Terminal (or Console, Command Prompt in the Windows world). If you don't I have a primer to get you up to speed with your Terminal-fu (er... like kung fu... but with Terminal prefix?).

Guides are mainly written for beginners. So I try my best not to make any assumptions about what you already know. Its very basic.

Available Guides

###Pre-requisites:

  • Using the Terminal
  • Git
  • Homebrew (for Mac users)

###Languages:

  • Ruby
  • Python
  • PHP
  • Node.JS

##Feedback

Tweet me @coderkungfu.

##License

This software is released under the MIT License.

Copyright (C) 2015 Michael Cheng Chi Mun

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A guide for people wanting to setup runtimes for multiple languages. How the pros (like me) do it.


Languages

Language:Ruby 72.0%Language:JavaScript 20.4%Language:HTML 7.6%