Difference between revisions of "Programming Stuff"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 9: Line 9:
** Arduino (Yes, it's an extension of C/C++)
** Arduino (Yes, it's an extension of C/C++)
* Shell Programming
* Shell Programming
** sh (The original & the one to use for portability)
** sh (The original [https://en.wikipedia.org/wiki/Bourne_shell Bourne Shell] & the one to use for portability)
** bash
** bash
* Java / Javascript
* Java / Javascript
* php
* php

Revision as of 16:00, 6 May 2023

Tools of the Trade

Various Languages & Ecosystems

  • C (& its derivatives)
    • C
    • C++
    • C#
    • Arduino (Yes, it's an extension of C/C++)
  • Shell Programming
    • sh (The original Bourne Shell & the one to use for portability)
    • bash
  • Java / Javascript
  • php