The Fighting Gringo (1939 film)

The Fighting Gringo is a 1939 Western film directed by David Howard and featuring George O'Brien, Lupita Tovar and William Royle. The picture was produced under the RKO Pictures banner. Ben Johnson had a small uncredited early role as a Mexican barfly and did some work as a stuntman.

The Fighting Gringo
Directed byDavid Howard
Produced byBert Gilroy
Written byOliver Drake
StarringGeorge O'Brien
Lupita Tovar
Music byRoy Webb
CinematographyHarry J. Wild
Edited byFrederic Knudtson
Distributed byRKO Pictures
Release date
  • August 8, 1939 (1939-08-08)
Running time
59 min
CountryUnited States
LanguageEnglish

A copy is held at the Library of Congress.[1]

Plot

Cast

gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.
gollark: Ours is upside-down, though.
gollark: I found an upside-down mappings table somewhere, which ought to help.

See also

References

  1. Catalog of Holdings The American Film Institute Collection and The United Artists Collection at The Library of Congress. (<-book title) p.56 c.1978 the American Film Institute
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.