Difference between revisions of "Programming Stuff"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
* [[Programming - Shell{{!}}Shell Programming]] | * [[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 - SH{{!}}sh]] (The original [https://en.wikipedia.org/wiki/Bourne_shell Bourne Shell] & the one to use for portability) | ||
** [[Programming - BASH{{!}}bash]] | ** [[Programming - BASH{{!}}bash]] (The default standard shell on nearly every UNIX derivative) | ||
* Java / Javascript | * Java / Javascript | ||
* Perl | * Perl | ||
* [[Programming - PHP{{!}}php]] | * [[Programming - PHP{{!}}php]] |
Revision as of 15:16, 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