|
|
|
@ -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. |