Skip to content

Instantly share code, notes, and snippets.

@david-allan-jones
david-allan-jones / LANGUAGE_GUIDE.md
Last active September 9, 2023 05:48
A guide to becoming (somewhat) proficient in a new programming language

How to Learn a New Programming Language

Introduction


It's always a good idea to keep yourself open to new programming langauges. Not only does it keep your skills fresh, but it also opens your mind to new ways of structuring a program. We all know about the different imperatives like functional or object-oriented programming, but often times the more interesting lessons are found in the more niche language features.