Difference between revisions of "Programming Club - Tutorials - Basics"

esse quam videri
Jump to: navigation, search
(Created page with 'Programming Club <br/> <br/>'''These tutorials are essential in understanding how a programming language interacts with the machine, in order to achieve your desired goal. I…')
 
m
Line 1: Line 1:
 
[[Programming Club]]
 
[[Programming Club]]
 
<br/>
 
<br/>
<br/>'''These tutorials are essential in understanding how a programming language interacts with the machine, in order to achieve your desired goal.  It is strongly advised that even experienced programmers read through these tutorials and add information (or links to more detailed information) in order to further their current knowledge.'''
+
<br/>'''These tutorials are essential in understanding how a programming language interacts with the machine, in order to achieve your desired goal as a programmer.  It is strongly advised that even experienced programmers read through these tutorials and add information (or links to more detailed information) in order to further their current knowledge, as well as the knowledge of other members.'''
 
<br/>
 
<br/>
 
<br/>
 
<br/>

Revision as of 04:37, 22 August 2009

Programming Club

These tutorials are essential in understanding how a programming language interacts with the machine, in order to achieve your desired goal as a programmer. It is strongly advised that even experienced programmers read through these tutorials and add information (or links to more detailed information) in order to further their current knowledge, as well as the knowledge of other members.



History of Modern Computation
Introduction to Hardware
Anatomy of a Programming Language
Language Logic
Design Patterns