0
Built-in functions, low and high language and abstraction levels
Hi, Is recommended to get both low and high langs?? In fact, some concepts seem comes confuse if we need to pay attention for built-in methods...
1 Odpowiedź
+ 5
It depends on what you are doing with them. Languages like Python are extremely powerful to shorten coding time, but running the program 20 times an hour make coding them in C the smarter choice because you save run time. If you code and run only once, you want fastest code time. If you run hundreds of times, faster run time matters.