Difference between revisions of "Programming Stuff"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 4: Line 4:
= Various Languages & Ecosystems =
= Various Languages & Ecosystems =
* C (& its derivatives)
* C (& its derivatives)
** C
** [[Programming - C{{!}}C]]
** C++
** [[Programming - Cpp{{!}}C++]]
** C#
** [[Programming - C-sharp{{!}}C#]]
** Arduino (Yes, it's an extension of C/C++)
** [[Programming - Arduino{{!}}Arduino]] (Yes, it's an extension of C/C++)
* Shell Programming
* [[Programming - Shell{{!}}Shell Programming]]
** 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)
** bash
** [[Programming - BASH{{!}}bash]]
* Java / Javascript
* Java / Javascript
* php
* [[Programming - PHP{{!}}php]]

Revision as of 16:04, 6 May 2023

Tools of the Trade

Various Languages & Ecosystems