Browse Source

#5 : renamed sudo to pseudo. also included #6 in latest build

master
Brett Langdon 14 years ago
parent
commit
ce04ea59eb
5 changed files with 12 additions and 12 deletions
  1. +2
    -2
      1 - Introduction/1.2 - Code Examples.tex
  2. +2
    -2
      2 - Getting Started/1.1 - Choosing A Programming Language.tex
  3. +7
    -7
      2 - Getting Started/1.3 - Pseudo Language.tex
  4. +1
    -1
      3 - Functional Programming/1.1 - Variables.tex
  5. BIN
      Programming In General.pdf

+ 2
- 2
1 - Introduction/1.2 - Code Examples.tex View File

@ -1,9 +1,9 @@
All code examples in this resource use a sudo language that is not meant to be run or compiled directly.
All code examples in this resource use a pseudo language that is not meant to be run or compiled directly.
I have chosen to use this approach so that the concepts can be extracted and implemented in any language
on any platform.
By focusing on the concepts at hand rather than specific implementations I can focus on trying to present
the material in a clear and easy to understand manner.
\par
I will cover how to use the sudo language and how to translate it to a useable programming language
I will cover how to use the pseudo language and how to translate it to a useable programming language
in the chapter \pigChapter{Getting Started} in the section titled \pigChapter{Sudo Language}.

+ 2
- 2
2 - Getting Started/1.1 - Choosing A Programming Language.tex View File

@ -21,7 +21,7 @@ strictly functional, strictly object-oriented or they offer the best of both wor
The syntax of a language is very important when choosing a language.
This is mainly going to be a personal preference.
Personally, I like C style syntax languages like C, C++,Java, PHP, Javascript, etc.
Other people might prefer other languages because their use of other syntax styles, like the almost sudo code style of Python.
Other people might prefer other languages because their use of other syntax styles, like the almost pseudo code style of Python.
Your personal preference will come with time as you move from one language to another and develop your own personal styles and preferences.
\subsection{Platform}
@ -60,5 +60,5 @@ I want to try and keep some bias out so that this resource is as lanuage agnosti
\\
If after doing some research you are still unsure which lanauge you want to use, especially for going through this resource try out Python.
Python is available for every platform, or at least all of the ones I can think of. It is interpreted so you will not
have to wait for the program to compile. Lastly, its syntax is one of the closest to the sudo langauge which this resource
have to wait for the program to compile. Lastly, its syntax is one of the closest to the pseudo langauge which this resource
uses extensively.

2 - Getting Started/1.3 - Sudo Language.tex → 2 - Getting Started/1.3 - Pseudo Language.tex View File


+ 1
- 1
3 - Functional Programming/1.1 - Variables.tex View File

@ -41,7 +41,7 @@ boolean = false
Please keep in mind that each programming language supports different data types and you should research those types to better
understand variables in that language.
As well some programming languages that are strickly typed which requires us to define the data type of the
variable on declaration (unlike our sudo language).
variable on declaration (unlike our pseudo language).
\subsection{Operators}


BIN
Programming In General.pdf View File


Loading…
Cancel
Save