The obligatory "Hello, World!" program many times over
I'm creating this repo as a sort of public sandbox. Essentially, I'm trying to broaden my horizons as a programmer and I thought it would be a good idea to track install/running instructions and have a way to compare basic notes about different languages. Additionally, I'd like this repo to function as a "fiddle" environment for all of these different languages I'm learning about. I know this will help me, and I hope it helps someone else too!
As a quick note, I am starting this on February 3 2023 on a M2 Max MacBook Pro using MacOS Ventura 13.2 - as such, some of these instructions and notes will be specific to MacOS and/or my machine. I'll try to keep install instructions as generic as possible, but if you are not using MacOS please take special care and use your best judgement. Additionally, I'm going to avoid using homebrew to install software for two reasons:
- It's MacOS specific
- It's community maintained, whereas the official installers are not
Since this is a "Hello, World!" repo, I'll also include some env recommendations
- Install iTerm2
- Install Git & Configure your Credentials
- Install VSCODE as an editor
- Launch the app and pick a them by going to
Settings > Theme > Color Theme. Personally I like "Solarized Dark" - Within the app, hit
Command Shift Pto open the"Command Palette". Typeshell commandand elect toInstall 'code' command in PATH. This will enable you to launch VSCode from iTerm2 by typingcode .orcode <path-to>/<project-name>(Note: you will likely need to grant admin access for this) - Install the "GitLens" extension
Name: GitLens — Git supercharged Id: eamodio.gitlens Description: Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more Version: 13.2.0 Publisher: GitKraken VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens- Install the "Code Spell Checker" extension
Name: Code Spell Checker Id: streetsidesoftware.code-spell-checker Description: Spelling checker for source code Version: 2.16.0 Publisher: Street Side Software VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker - Launch the app and pick a them by going to