Celal ile Ceren

Celal ile Ceren is a 2013 Turkish romantic comedy film directed by Togan Gökbakar and starring Şahan Gökbakar and Ezgi Mola. The film was released nationwide on 18 January 2013.

Celal ile Ceren
Theatrical release poster
Directed byTogan Gökbakar
Produced by
Screenplay byŞahan Gökbakar
Starring
Music byOğuz Kaplangı
Edited byErkan Özekan
Production
company
Çamaşırhane
Distributed byTiglon
Release date
  • January 18, 2013 (2013-01-18) (Turkey)
Running time
114 minutes
CountryTurkey
LanguageTurkish

Celal ile Ceren has been accused of sexism by Turkish film critics[1] and recognized to be one of the worst films ever made.[2] It is considered to be a mockbuster of the high-grossing Turkish comedy Recep İvedik.[1]

Movie creator, director, and lead Şahan Gökbakar said that the production of the movie would have been impossible without the help of his friend Deniz Ünal. Even though the two live thousands of miles away from each other, Gökbakar said that their Skype calls together helped him keep his cool, as producing the movie was, in his own words: "Very long and hard." The two remain best friends.

Cast

gollark: And 🦀Safe Rust™🦀.
gollark: See, this is much nicer.
gollark: ```rustpub struct List<T> { head: Link<T>,}type Link<T> = Option<Box<Node<T>>>;struct Node<T> { elem: T, next: Link<T>,}impl<T> List<T> { pub fn new() -> Self { List { head: None } } pub fn push(&mut self, elem: T) { let new_node = Box::new(Node { elem: elem, next: self.head.take(), }); self.head = Some(new_node); } pub fn pop(&mut self) -> Option<T> { self.head.take().map(|node| { self.head = node.next; node.elem }) }}impl<T> Drop for List<T> { fn drop(&mut self) { let mut cur_link = self.head.take(); while let Some(mut boxed_node) = cur_link { cur_link = boxed_node.next.take(); } }}```
gollark: ... or at all?
gollark: You don't have a thing to efficiently deallocate the list.

References

  1. "'Celal ile Ceren' İvedik'i geçemez". Milliyet. 2013-01-15. Retrieved 2013-02-01.
  2. Güler, Emrah (2013-02-01). "Box office smash doubling as one of the most-hated films". Hürriyet Daily News. Retrieved 2013-02-01.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.