Yo Ho Ho

Yo Ho Ho (Bulgarian: Йо-хо-хо, translit. Jo-ho-ho) is a 1981 Bulgarian drama film directed by Zako Heskiya and written by Valeri Petrov. It was entered into the 12th Moscow International Film Festival where it won a Special Prize.[1] The 2006 film The Fall by Tarsem Singh is based on Yo Ho Ho.[2]

Yo Ho Ho
Directed byZako Heskiya
Produced byNikola Vulchev
Written byValeri Petrov
StarringKiril Variyski
CinematographyStefan Trifonov
Release date
  • July 1981 (1981-07) (Moscow)
  • 5 October 1981 (1981-10-05) (Bulgaria)
Running time
98 minutes
CountryBulgaria
LanguageBulgarian

Cast

  • Kiril Variyski as Aktyorat, Cherniyat pirat
  • Viktor Chouchkov as Leonid
  • Iliya Penev as Nepriyatniya, Gubernatora
  • Anani Anev as Gogo, Sedyashtiyat bik
  • Sonya Djulgerova as Sestra Tzetzi, Tzitziliya
  • Kirill Kavadarkov as Van Lun
  • Georgi Bakhchevanov as Rosko
  • Trifon Dzhonev as Luidzhi
  • Boris Lukanov as Profesorat
  • Rut Spasova as Maykata na Leonid
  • Vasil Stoychev as Kolegata na aktyora
gollark: ```fsharptype Thing = | Foo of int | Bar of string | Baz of Thing listlet rec printThing t = match t with | Foo f -> sprintf "foo: %d" f | Bar s -> sprintf "bar: %s" s | Baz ts -> sprintf "[%s]" <| String.concat ", " (List.map printThing ts)```More pattern matching examples!
gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
gollark: ```fsharplet printNumber n = match n with | 0 -> "zero" | 1 -> "one" | 2 -> "two" | 3 -> "three" | _ -> "many"```

References

  1. "12th Moscow International Film Festival (1981)". MIFF. Retrieved 26 January 2013.
  2. Harvey, Dennis (19 September 2006). "Toronto Reviews 2006: The Fall". Variety. Retrieved 28 January 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.