Joselito Rodríguez

Joselito Rodríguez (1907–1985) was a Mexican screenwriter and film director.[1]

Joselito Rodríguez
Born12 February 1907
Died14 September 1985
Mexico City, Mexico
OccupationDirector, Producer, Writer
Years active1932–1979 (film)

Selected filmography

Director

Screenwriter

gollark: Not sure what you were asking about, but erlang.
gollark: Ooh, erlang, we should use that.
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.
gollark: ```rubyputs "Hello, WOrld"```

References

  1. Biltereyst & Gennari p.76

Bibliography

  • Daniel Biltereyst & Daniela Treveri Gennari. Moralizing Cinema: Film, Catholicism, and Power. Routledge, 2014.


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