I
I
Ivan Dobroslavin2020-04-27 23:57:14
Programming languages
Ivan Dobroslavin, 2020-04-27 23:57:14

What is a static and dynamic programming language?

Who can explain the static and dynamic programming language in a nutshell so that even a grandmother or a 12-year-old boy can understand?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2020-04-28
@derzost_namereniya

Static - the reliability of the software, less likelihood of a sudden bug when working with data, because there is no automatic type conversion and memory allocation.
Dynamic - easier and faster development, but extremely unstable to sudden errors, overflows, leaks. Not recommended where at least minimal software reliability is required.

M
mahmudchon, 2020-04-28
@mahmudchon

There is a good article, very accessible - https://habr.com/ru/post/308484/
Please.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question