The Song of Sister Maria

The Song of Sister Maria (Spanish:Sor intrépida) is a 1952 Spanish drama film directed by Rafael Gil and starring Dominique Blanchar, Francisco Rabal and María Dulce.[1]

The Song of Sister Maria
Directed byRafael Gil
Written byVicente Escrivá
Ramón D. Faraldo
StarringDominique Blanchar
Francisco Rabal
María Dulce
Music byJuan Quintero
CinematographyAlfredo Fraile
Edited byJosé Antonio Rojo
Production
company
Aspa Producciones Cinematográficas
Distributed byMercurio Films
Release date
10 November 1952
Running time
85 minutes
CountrySpain
LanguageSpanish

Cast

gollark: Besides, this is slower.
gollark: I mean, this is a full program...
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
gollark: We must automate fibonacci indentation somehow.

References

  1. Bentley p.121

Bibliography

  • Bentley, Bernard. A Companion to Spanish Cinema. Boydell & Brewer 2008.


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