Difference between revisions of "Programming Stuff"
Jump to navigation
Jump to search
(Created page with "= Tools of the Trade = * VSCode & PlatformIO") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Tools of the Trade = | = Tools of the Trade = | ||
* [[VSCode & PlatformIO]] | * [[VSCode & PlatformIO]] | ||
= Various Languages & Ecosystems = | |||
* C (& its derivatives) | |||
** [[Programming - C{{!}}C]] | |||
** [[Programming - Cpp{{!}}C++]] | |||
** [[Programming - C-sharp{{!}}C#]] | |||
** [[Programming - Arduino{{!}}Arduino]] (Yes, it's an extension of C/C++) | |||
* [[Programming - Shell{{!}}Shell Programming]] | |||
** [[Programming - SH{{!}}sh]] (The original [https://en.wikipedia.org/wiki/Bourne_shell Bourne Shell] & the one to use for portability) | |||
** [[Programming - BASH{{!}}bash]] (The [https://en.wikipedia.org/wiki/Bash_(Unix_shell) default standard shell] on nearly every UNIX derivative) | |||
* Java / Javascript | |||
* Perl | |||
* [[Programming - PHP{{!}}php]] |
Latest revision as of 15:17, 6 May 2023
Tools of the Trade
Various Languages & Ecosystems
- C (& its derivatives)
- Shell Programming
- sh (The original Bourne Shell & the one to use for portability)
- bash (The default standard shell on nearly every UNIX derivative)
- Java / Javascript
- Perl
- php