Computing

Fastest Coding Language

Submitted by Glenn, , Thread ID: 94382

Thread Closed

RE: Fastest Coding Language

naruto5000
Newbie
Level:
0
Reputation:
0
Posts:
13
Likes:
1
Credits:
14
03-09-2018, 01:30 AM
#31
The fastest way (in terms of runtime) to program would be directly programming in machine code (which no human should ever do) or assembly (which you can do but i'd never recommend). These are relatively low level languages that are really hard to understand because don't provide the user with many functions and organization. For high level languages (C++, Java, Javascript, etc) I'd have to say it's either C++ or C, these have far less safety checks or garbage collection running. What makes code fast is how well it's written, and how well it manages loops. Poorly managed code will waste far more time than the language it's self.

RE: Fastest Coding Language

mollecule
Newbie
Prime
Level:
0
Reputation:
0
Posts:
16
Likes:
0
Credits:
7
15-09-2018, 02:06 AM
#32
You can do C++ but in my opinion these days is too much work! I would go more for .Net C Sharp. Super fast and fast to write, best of both world.

RE: Fastest Coding Language

dawud
Novice
Level:
0
Reputation:
0
Posts:
35
Likes:
1
Credits:
0
19-12-2018, 08:05 PM
#33
Lua and C++ are generally the fastest to learn it's a really good language.

RE: Fastest Coding Language

anciauso
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
1
Credits:
30
21-01-2019, 10:10 AM
#34
What is a "fast" coding language? Coding languages have several differencies an scopes.

RE: Fastest Coding Language

Guest
Level:
0
Posts:
N/A
Likes:
0
Credits:
0
29-01-2019, 01:12 AM
#35
05-07-2018, 05:39 AM
Glenn Wrote:
what do you guys think is the honest most fast programming language out there?


It's not about being "fast". It's about taking your time to learn it and put it into practice.

Users browsing this thread: 1 Guest(s)