Lets talk about it on this threat.
Forum
Off Topic The Best programming languageThe Best programming language
8 replies 1
Poll
What programming language is better?
Only registered users are allowed to vote
C++(C,Turbo C,e.t.c.) | 53.85% (14) | |
Delphi(Pascal) | 15.38% (4) | |
Basic(Blitz,visual,e.t.c) | 7.69% (2) | |
Blitz 3d(e.t.c,i dont know all names) | 0.00% (0) | |
Lua | 11.54% (3) | |
Assembler | 0.00% (0) | |
Mashine codes | 3.85% (1) | |
other | 7.69% (2) |
26 votes cast
Lets talk about it on this threat.
I like Delphi, it's easy and good
Nemesis has written
Lua is part of C, and must be included where ya wrote about C
Lua is not part of C, it's programmed in C, so it must not because it's also considered a different language, like Javascript.
java for example runs on most OS without code changes, blitz allows fast game development, assembler is very low level and therefore very fast but it is also hard to write large code with it etc.
Oh yes! Plus You don't have to put braces everywhere.
I recommend Python to every beginner.
1
Lua is not programming language, it is scripting language.
There's no distinction. Lua, being turing-complete of its own right, is a programming language. If we hold the alternative argument, then the analogy would also hold that Java is not a real programming language as it does not emit machine code. On top of that, C and Assembly are not real programming languages as they do not emit machine code unless natively implemented (which is true for Unix, mobile phones, and many other platforms which do not endorse C).
I see absolutely no reason for C/C++ to be considered the "best language" out there. For similar reasons, I will say the same for assembly.
1