Congress in Seville

Congress in Seville (Spanish: Congreso en Sevilla) is a 1955 Spanish musical film directed by Antonio Román and starring Carmen Sevilla, Fernando Fernán Gómez and Manolo Morán.[1]

Congress in Seville
Directed byAntonio Román
Produced byLuis Marquina
Written byJosé Luis Colina
José Santugini
Pedro de Juan
Antonio Román
Antonio de Lara
José María Pemán
Francisco Bonmatí de Codecido
StarringCarmen Sevilla
Fernando Fernán Gómez
Manolo Morán
Music byJuan Quintero
CinematographyCecilio Paniagua
Edited byMagdalena Pulido
Production
company
Producciones DIA
Distributed byCIFESA
Release date
3 September 1955
Running time
85 minutes
CountrySpain
LanguageSpanish

It was shot at CEA Studios in Madrid and on location in Seville. The film's sets were designed by the art director Enrique Alarcón.

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.

References

  1. de España p.278

Bibliography

  • de España, Rafael. Directory of Spanish and Portuguese film-makers and films. Greenwood Press, 1994.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.