Other People's Letters
Other People's Letters (Russian: Чужие письма) is a 1975 Soviet drama film directed by Ilya Averbakh.[1][2][3]
Other People's Letters | |
---|---|
Russian: Чужие письма | |
Directed by | Ilya Averbakh |
Written by | Natalya Ryazantseva |
Starring |
|
Music by | Oleg Karavaychuk |
Cinematography | Dmitriy Dolinin |
Edited by | I. Smirnova |
Country | Soviet Union |
Language | Russian |
Plot
The film tells about a teacher of mathematics, who takes her student to her family, who as a result begins to feel like a mistress in her house.[4]
Cast
- Irina Kupchenko as Vera Ivanovna (as I. Kupchenko)
- Svetlana Smirnova as Zina Begunkova (as S. Smirnova)
- Sergei Kovalenkov as Igor (as S. Kovalenko)
- Zinaida Sharko as Angelina Grigoryevna (as Z. Sharko)
- Oleg Yankovskiy as Priachin (as O. Yankovskiy)
- Ivan Bortnik as Shura (as I. Bortnik)
- Natalya Skvortsova as Valya (as N. Skvortsova)
- Pyotr Arzhanov as Nikolay Artomovich
- Mayya Bulgakova
- Valentina Vladimirova[5]
gollark: I don't THINK so.
gollark: PETA will destroy you.
gollark: At least it has generics.
gollark: Oh, and it's not a special case as much as just annoying, but it's a compile error to not use a variable or import. Which I would find reasonable as a linter rule, but it makes quickly editing and testing bits of code more annoying.
gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.