PROGRAMMING LANGUAGES

Iniziamo. È gratuito!
o registrati con il tuo indirizzo email
PROGRAMMING LANGUAGES da Mind Map: PROGRAMMING LANGUAGES

1. PYTHON

1.1. simple syntax

1.2. great beginner language

1.3. IDE is not the best

1.4. easily extendable

2. JAVASCRIPT (JS)

2.1. syntax similar to Java

2.2. web scripting language

2.3. high level language - strong abstraction

2.4. untyped - no need to define variable types

3. BASIC

3.1. old language

3.2. great beginners' language

3.3. command-line only

3.4. QBasic - DOS version of BASIC

4. C/ C++ / C#

4.1. general-purpose

4.2. great IDE (integrated developement enviroment)

4.3. easy debugging

4.4. used for developing Windows and Web apps

5. JAVA

5.1. object oriented

5.2. used for programming Android apps

5.3. not good for beginners

5.4. works on all platforms

6. MS LOGO

6.1. used for educattion purposes

6.2. graphical user interface

6.3. derived from the LOGO language

6.4. not developed anymore