Barnacle Bill (1935 film)

Barnacle Bill is a 1935 British drama film directed by Harry Hughes and starring Archie Pitt, Joan Gardner and Gus McNaughton.[1] A conflicted sailor tries to balance his family life with his time at sea.

Barnacle Bill
Directed byHarry Hughes
Produced byBasil Humphrys
Written byAveling Ginever
Archie Pitt
StarringArchie Pitt
Joan Gardner
Gus McNaughton
Jean Adrienne
Release date
  • January 1935 (1935-01)
CountryUnited Kingdom
LanguageEnglish

Cast

gollark: ↑ you, as a result
gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```
gollark: You fell right into my trap, actually.
gollark: ↓ wrong
gollark: I should offer an osmarks.net™ hosted JSON validator™ for this.

References

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