Difference between revisions of "Programming Stuff"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
= Various Languages & Ecosystems =
= Various Languages & Ecosystems =
* C (& its derivatives)
* C (& its derivatives)
** C++
** [[Programming - C{{!}}C]]
** C#
** [[Programming - Cpp{{!}}C++]]
** Arduino (Yes, it's an extension of C/C++)
** [[Programming - C-sharp{{!}}C#]]
* Shell Programming
** [[Programming - Arduino{{!}}Arduino]] (Yes, it's an extension of C/C++)
** sh (The original & the one to use for portability)
* [[Programming - Shell{{!}}Shell Programming]]
** bash
** [[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
* Java / Javascript
* php
* Perl
* [[Programming - PHP{{!}}php]]

Latest revision as of 16:17, 6 May 2023

Tools of the Trade

Various Languages & Ecosystems