This commit is contained in:
Ilya Kantor 2017-06-17 19:00:42 +03:00
parent 749e6e164b
commit d67c04c22f
6 changed files with 48 additions and 55 deletions

View file

@ -141,7 +141,7 @@ It may be interesting to know that there also exist [functional](https://en.wiki
In such languages, once the value is stored "in the box" -- it's there forever. If we need to store something else -- the language forces to create a new box (declare a new variable), we can't reuse the old one.
Though it may seem a little bit odd at first sight, these languages are quite capable of serious development. More than that, there are areas like parallel computations where this limitation infers certain benefits. Studying of such a language (even if not planning to use it soon) is recommended to broaden the mind.
Though it may seem a little bit odd at first sight, these languages are quite capable of serious development. More than that, there are areas like parallel computations where this limitation confers certain benefits. Studying of such a language (even if not planning to use it soon) is recommended to broaden the mind.
```
## Variable naming [#variable-naming]