Difference between revisions of "Programming Stuff"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
= Various Languages & Ecosystems = | = Various Languages & Ecosystems = | ||
* C (& its derivatives) | * C (& its derivatives) | ||
* Shell Programming | ** [[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